Skip to content

Commit b37e7d0

Browse files
authored
Point to master on pypa action (#39)
1 parent c6649e6 commit b37e7d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
python setup.py sdist
8585
python setup.py bdist_wheel
8686
- name: Publish a Python distribution to PyPI
87-
uses: pypa/gh-action-pypi-publish@main
87+
uses: pypa/gh-action-pypi-publish@master
8888
with:
8989
user: __token__
9090
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)