Skip to content

Commit abdd31c

Browse files
committed
fix release
1 parent 44f8e37 commit abdd31c

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
@@ -17,7 +17,7 @@ jobs:
1717
run: python setup.py sdist bdist_wheel
1818
- name: Publish distribution 📦 to PyPI
1919
if: startsWith(github.event.ref, 'refs/tags')
20-
uses: pypa/gh-action-pypi-publish@v1
20+
uses: pypa/gh-action-pypi-publish@release/v1
2121
with:
2222
user: __token__
2323
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)