Skip to content

Commit

Permalink
fix PyPI upload CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Nanguage committed Feb 9, 2024
1 parent ca976ba commit 320bf41
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pypi_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ jobs:
pip install setuptools wheel twine
- name: Build and publish
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
TWINE_USERNAME: ${{ secrets.PYPI_APITOKEN }}
run: |
python setup.py sdist bdist_wheel
twine upload dist/*

0 comments on commit 320bf41

Please sign in to comment.