Skip to content

Commit 4ff2a33

Browse files
authored
gha: pypa/gh-action-pypi-publish: use release/v1 instead of master
1 parent 6a286a1 commit 4ff2a33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
python -m build
3131
twine check dist/*
3232
- name: Publish packages to PyPI
33-
uses: pypa/gh-action-pypi-publish@master
33+
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)