Skip to content

Commit

Permalink
ci: fix tag on pypi-publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
bluetech committed Oct 20, 2020
1 parent 889c847 commit 68a7047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
run: python setup.py sdist bdist_wheel

- name: Publish package
uses: pypa/gh-action-pypi-publish@1.4.1
uses: pypa/gh-action-pypi-publish@v1.4.1
with:
user: __token__
password: ${{ secrets.pypi_token }}

0 comments on commit 68a7047

Please sign in to comment.