Skip to content

Commit cef55ff

Browse files
Update release.yaml
1 parent 3c1d52a commit cef55ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- name: Publish to PyPI
2020
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
21-
uses: pypa/gh-action-pypi-publish@main
21+
uses: pypa/gh-action-pypi-publish@master
2222
with:
2323
user: ${{ secrets.PYPI_USERNAME }}
2424
password: ${{ secrets.PYPI_PASSWORD }}

0 commit comments

Comments
 (0)