Skip to content

Commit 7705b58

Browse files
committed
Use the release/v1 branch for the PyPA action publishing to PyPI
1 parent 7a798ce commit 7705b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
working-directory: ./plugin
1919
- name: Publish distribution to PyPI
2020
if: startsWith(github.ref, 'refs/tags')
21-
uses: pypa/gh-action-pypi-publish@v1.8.14
21+
uses: pypa/gh-action-pypi-publish@release/v1
2222
with:
2323
packages_dir: plugin/dist
2424
password: ${{ secrets.PYPI_PASSWORD }}

0 commit comments

Comments
 (0)