Skip to content

Commit 4f760b4

Browse files
fix deploy (#731)
1 parent 64dd527 commit 4f760b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
python -m build
2424
2525
- name: Publish package
26-
uses: pypa/gh-action-pypi-publish@v1
26+
uses: pypa/gh-action-pypi-publish@release/v1
2727
with:
2828
user: __token__
2929
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)