Skip to content

Commit cbe1ef1

Browse files
committed
Switch to tag for pypi publish action
1 parent 4cd4c18 commit cbe1ef1

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
@@ -80,7 +80,7 @@ jobs:
8080
name: dist
8181
path: dist
8282
- name: 📦 Publish to index
83-
uses: pypa/gh-action-pypi-publish@master
83+
uses: pypa/gh-action-pypi-publish@release/v1
8484
continue-on-error: true
8585
with:
8686
password: ${{ secrets.testpypi_password }}
@@ -98,6 +98,6 @@ jobs:
9898
name: dist
9999
path: dist
100100
- name: 📦 Publish to index
101-
uses: pypa/gh-action-pypi-publish@master
101+
uses: pypa/gh-action-pypi-publish@release/v1
102102
with:
103103
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)