Skip to content

Commit 32f0d36

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

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

0 commit comments

Comments
 (0)