Skip to content

Commit cfa70ca

Browse files
committed
Pin action to a released version
1 parent ff0e130 commit cfa70ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@ jobs:
7070
with:
7171
name: artifact
7272
path: dist
73-
- uses: pypa/gh-action-pypi-publish@master
73+
- uses: pypa/gh-action-pypi-publish@release/v1
7474
with:
7575
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)