Skip to content

Commit

Permalink
Update publish-sdist.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eleftherioszisis committed Feb 22, 2022
1 parent b7807cf commit 7a0bf02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-sdist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
python setup.py sdist

- name: Publish distribution package to PyPI
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_PASSWORD }}
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 7a0bf02

Please sign in to comment.