Skip to content

Commit

Permalink
Merge pull request #426 from akatsoulas/pin-action
Browse files Browse the repository at this point in the history
Pin GitHub action for PyPI to 1.4.2
  • Loading branch information
akatsoulas committed Jul 27, 2021
2 parents 1c1bfdd + 826a313 commit 17d3518
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Run tox
run: tox
- name: Publish a Python distribution to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
uses: pypa/gh-action-pypi-publish@release/v1.4.2
with:
user: __token__
password: ${{ secrets.PYPI_PASSWORD }}
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 17d3518

Please sign in to comment.