Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
MarinaZhang committed Oct 6, 2023
1 parent 29a673b commit ef376ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
- name: Publish package
run: |
twine upload -u ${{ secrets.PYPI_USERNAME }} -p ${{ secrets.PYPY_TOKEN }} dist/* --verbose
twine upload -u ${{ secrets.PYPI_USERNAME }} -p ${{ secrets.PYPI_TOKEN }} dist/* --verbose

0 comments on commit ef376ea

Please sign in to comment.