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 3b9faea commit a4aaada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
CHTTS_VER: ${{ github.ref_name }}
run: |
echo "Release Tag: ${{ github.ref_name }}"
python setup.py build_py
python setup.py sdist
- name: Upload Package
run: |
Expand Down

0 comments on commit a4aaada

Please sign in to comment.