Skip to content

Commit 2775e14

Browse files
authored
Pin action to vX instead of vX.Y.Z to reduce automation noise
1 parent 44e4697 commit 2775e14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
# all previous steps always run in order to exercise them
5858
- name: Publish distribution to PyPI
5959
if: startsWith(github.ref, 'refs/tags')
60-
uses: pypa/gh-action-pypi-publish@v1.8.6
60+
uses: pypa/gh-action-pypi-publish@release/v1
6161
with:
6262
password: ${{ secrets.PYPI_PASSWORD }}
6363

0 commit comments

Comments
 (0)