Skip to content

Commit 17d3518

Browse files
authored
Merge pull request #426 from akatsoulas/pin-action
Pin GitHub action for PyPI to 1.4.2
2 parents 1c1bfdd + 826a313 commit 17d3518

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Run tox
2121
run: tox
2222
- name: Publish a Python distribution to PyPI
23-
uses: pypa/gh-action-pypi-publish@release/v1
23+
uses: pypa/gh-action-pypi-publish@release/v1.4.2
2424
with:
2525
user: __token__
26-
password: ${{ secrets.PYPI_PASSWORD }}
26+
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)