Skip to content

Commit 3a15421

Browse files
committed
Fix issue with publishing release
1 parent b043b49 commit 3a15421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
path: dist/
130130
- name: Publish to PyPI
131131
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/')
132-
uses: pypa/gh-action-pypi-publish@master
132+
uses: pypa/gh-action-pypi-publish@release/v1
133133
with:
134134
user: __token__
135135
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)