Skip to content

Commit

Permalink
Correcting workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
Leiaz committed May 31, 2020
1 parent 2650130 commit 9bc84f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Build
run: python setup.py sdist bdist_wheel --universal
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish
uses: pypa/gh-action-pypi-publish@master
with:
user: __token__
password: ${{ secrets.pypi_password }}

0 comments on commit 9bc84f3

Please sign in to comment.