Skip to content

Commit 96115ef

Browse files
authored
ci: use tag for pypa/gh-action-pypi-publish
1 parent 2b30704 commit 96115ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ jobs:
3232
.
3333
3434
- name: Publish distribution 📦 to Test PyPI
35-
uses: pypa/gh-action-pypi-publish@master
35+
uses: pypa/gh-action-pypi-publish@v1.12.4
3636
with:
3737
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
3838
repository_url: https://test.pypi.org/legacy/
3939

4040
- name: Publish distribution 📦 to PyPI
4141
if: startsWith(github.ref, 'refs/tags')
42-
uses: pypa/gh-action-pypi-publish@master
42+
uses: pypa/gh-action-pypi-publish@v1.12.4
4343
with:
4444
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)