Skip to content

Commit bab862f

Browse files
committed
Pin pypi publish to supported version
1 parent 8d2c690 commit bab862f

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
@@ -68,15 +68,15 @@ jobs:
6868
make generate-paths
6969
7070
- name: Publish distribution 📦 to Test PyPI
71-
uses: pypa/gh-action-pypi-publish@master
71+
uses: pypa/gh-action-pypi-publish@release/v1
7272
with:
7373
verify_metadata: false
7474
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
7575
repository_url: https://test.pypi.org/legacy/
7676

7777
- name: Publish distribution 📦 to PyPI
7878
if: startsWith(github.ref, 'refs/tags')
79-
uses: pypa/gh-action-pypi-publish@master
79+
uses: pypa/gh-action-pypi-publish@release/v1
8080
with:
8181
verify_metadata: false
8282
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)