Skip to content

Commit bd772a7

Browse files
committed
fix: Set correct version of gh-action-pypi-publish
1 parent 65b1b87 commit bd772a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pypi.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: PyPI
33
on:
44
release:
55
types: [published]
6+
workflow_dispatch:
67

78
jobs:
89
deploy:
@@ -20,6 +21,6 @@ jobs:
2021
- name: Build package
2122
run: python -m build
2223
- name: Publish package
23-
uses: pypa/gh-action-pypi-publish@v1
24+
uses: pypa/gh-action-pypi-publish@release/v1
2425
with:
2526
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)