Skip to content

Commit 9819d0a

Browse files
authored
Update create-release-and-publish.yml
1 parent ceca3f1 commit 9819d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ jobs:
4949
--outdir dist/
5050
.
5151
- name: Publish distribution to PyPI
52-
uses: pypa/gh-action-pypi-publish@main
52+
uses: pypa/gh-action-pypi-publish@master
5353
with:
5454
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)