Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit 4e21a66

Browse files
committed
update gh-action-pypi-publish
1 parent 753ba1f commit 4e21a66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-sdist-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190
working-directory: dist
191191

192192
- name: Publish package to PyPI
193-
uses: pypa/gh-action-pypi-publish@master
193+
uses: pypa/gh-action-pypi-publish@release/v1
194194
with:
195195
user: __token__
196196
password: ${{ secrets.PYPI_PASSWORD }}

0 commit comments

Comments
 (0)