Skip to content

Commit 76de69d

Browse files
committed
Switch to tag for pypi publish action
1 parent ed90846 commit 76de69d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
name: dist
6060
path: dist
6161
- name: 📦 Publish to index
62-
uses: pypa/gh-action-pypi-publish@master
62+
uses: pypa/gh-action-pypi-publish@release/v1
6363
with:
6464
password: ${{ secrets.testpypi_password }}
6565
repository_url: https://test.pypi.org/legacy/
@@ -76,6 +76,6 @@ jobs:
7676
name: dist
7777
path: dist
7878
- name: 📦 Publish to index
79-
uses: pypa/gh-action-pypi-publish@master
79+
uses: pypa/gh-action-pypi-publish@release/v1
8080
with:
8181
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)