Skip to content

Commit cd2e8f4

Browse files
committed
chore: pin pypa/gh-action-pypi-publish to release/v1 branch
Use the stable release/v1 branch instead of @master for better stability and to avoid unexpected breaking changes.
1 parent 512dcd3 commit cd2e8f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: "uv run twine check dist/*"
2727
- name: Publish distribution 📦 to PyPI
2828
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
29-
uses: pypa/gh-action-pypi-publish@master
29+
uses: pypa/gh-action-pypi-publish@release/v1
3030
with:
3131
user: __token__
3232
password: ${{ secrets.pypiapitoken }}

0 commit comments

Comments
 (0)