Skip to content

Commit

Permalink
trying to fix the pypi upload GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
Burghardt committed Apr 25, 2021
1 parent c493c2a commit 4f1bb0f
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 @@ -25,7 +25,7 @@ jobs:
- name: build distribution
run: python setup.py sdist bdist_wheel
- name: Build and publish
uses: pypa/gh-action-pypi-publish@release/v1
uses: pypa/gh-action-pypi-publish@release
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
Expand Down

0 comments on commit 4f1bb0f

Please sign in to comment.