Skip to content

Commit 1f2d022

Browse files
committed
Use branch of PyPI publish action instead of release
1 parent a69f207 commit 1f2d022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Create distributions
4949
run: python setup.py sdist bdist_wheel
5050
- name: Publish to PyPI
51-
uses: pypa/gh-action-pypi-publish@v1
51+
uses: pypa/gh-action-pypi-publish@release/v1
5252
with:
5353
user: __token__
5454
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)