Skip to content

Commit 67b2c82

Browse files
committed
Switch to tag for pypi publish action
1 parent f17f29c commit 67b2c82

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
continue-on-error: true
6464
with:
6565
password: ${{ secrets.testpypi_password }}
@@ -77,6 +77,6 @@ jobs:
7777
name: dist
7878
path: dist
7979
- name: 📦 Publish to index
80-
uses: pypa/gh-action-pypi-publish@master
80+
uses: pypa/gh-action-pypi-publish@release/v1
8181
with:
8282
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)