Skip to content

Commit b2504b2

Browse files
committed
Switch back to pypa/gh-action-pypi-publish@release/v1
Signed-off-by: Chin Yeung Li <tli@nexb.com>
1 parent 32f0d36 commit b2504b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pypi-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
- name: Build a binary wheel and a source tarball
2626
run: python -m build --sdist --wheel --outdir dist/ .
2727

28-
- name: Publish distribution to PyPI
28+
- name: Publish to PyPI
2929
if: startsWith(github.ref, 'refs/tags')
30-
uses: pypa/gh-action-pypi-publish@master
30+
uses: pypa/gh-action-pypi-publish@release/v1
3131
with:
3232
password: ${{ secrets.PYPI_API_TOKEN }}
3333

0 commit comments

Comments
 (0)