Skip to content

Commit

Permalink
fix publish workflow (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
hp0404 authored Sep 4, 2021
1 parent 53c6eea commit 964fb2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
pip install setuptools wheel twine
- name: Publish
env:
TWINE_USERNAME: __token__
TWINE_USERNAME: hp0404
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
run: |
python setup.py sdist bdist_wheel
Expand Down

0 comments on commit 964fb2d

Please sign in to comment.