Skip to content

Commit

Permalink
👷 release workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanitsky committed Jun 14, 2020
1 parent b095e61 commit a83baa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: |
python -m tox -e build-dists --parallel 0
- name: Publish 📦 to PyPI
- uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@master
with:
user: __token__
password: ${{ secrets.pypi_password }}

0 comments on commit a83baa9

Please sign in to comment.