Skip to content

Commit 2a7efac

Browse files
authored
Update pypi_publish.yaml
1 parent 90939c0 commit 2a7efac

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/pypi_publish.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Publish to PyPI
22

33
on:
4+
workflow_dispatch:
45
release:
56
types: [published]
67

@@ -29,7 +30,7 @@ jobs:
2930
run: python -m build
3031

3132
- name: Publish package
32-
uses: pypa/gh-action-pypi-publish@v1
33+
uses: pypa/gh-action-pypi-publish@release/v1
3334
with:
3435
user: __token__
3536
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)