Skip to content

Commit 1e92cd7

Browse files
committed
fix ci/cd
1 parent d1d7068 commit 1e92cd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
2424
- name: Publish package
2525
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
26-
uses: pypa/gh-action-pypi-publish@main
26+
uses: pypa/gh-action-pypi-publish@master
2727
with:
2828
user: andrew
2929
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)