Skip to content

Commit

Permalink
More fixes to the release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ktf committed Jul 16, 2020
1 parent 9376cb2 commit 7d35033
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ jobs:
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
with:
user: __token__
password: ${{ secrets.pypi_password }}

0 comments on commit 7d35033

Please sign in to comment.