Skip to content

Commit

Permalink
Update .github/workflows/publish-to-pypi.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Yuta Euchi <[email protected]>
  • Loading branch information
Yang-33 and eucyt authored Nov 25, 2024
1 parent eff9517 commit e3ca659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
fi
VERSION=${VERSION#v}
python tools/update_and_verify_version.py $VERSION
python tools/update_version.py $VERSION
- name: Build and publish
env:
TWINE_USERNAME: ${{ secrets.PYPI_API_USER }}
Expand Down

0 comments on commit e3ca659

Please sign in to comment.