Skip to content

Commit

Permalink
fix(workflow): pypi upload
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama committed Jul 3, 2024
1 parent dd583d5 commit 3b9faea
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/upload-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,9 @@ jobs:
- name: Build Package
env:
CHTTS_VER: $GITHUB_REF_NAME
CHTTS_VER: ${{ github.ref_name }}
run: |
echo "Tag name from GITHUB_REF_NAME: $GITHUB_REF_NAME"
echo "Tag name from github.ref_name: ${{ github.ref_name }}"
echo "Release Tag: ${{ github.ref_name }}"
python setup.py build_py
- name: Upload Package
Expand Down

0 comments on commit 3b9faea

Please sign in to comment.