Skip to content

Commit aa4755a

Browse files
committed
Use release/v1 gh action publish
1 parent 3d620c0 commit aa4755a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
3131
- name: Publish distribution 📦 to PyPI
3232
if: matrix.python-version == '3.11' # only publish once
33-
uses: pypa/gh-action-pypi-publish@v1
33+
uses: pypa/gh-action-pypi-publish@release/v1
3434
with:
3535
user: __token__
3636
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)