Skip to content

Commit 8a50b14

Browse files
committed
gh-action-pypi-publish@master was deprecated, switch to release/v1
1 parent dabf2f8 commit 8a50b14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: python -m build --sdist --wheel --outdir dist/
2525
- name: Publish to PyPI
2626
if: startsWith(github.ref, 'refs/tags')
27-
uses: pypa/gh-action-pypi-publish@master
27+
uses: pypa/gh-action-pypi-publish@release/v1
2828
with:
2929
user: __token__
3030
password: ${{ secrets.PYPI_API_KEY }}

0 commit comments

Comments
 (0)