We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1345aa commit 09f6928Copy full SHA for 09f6928
1 file changed
.github/workflows/python-publish.yml
@@ -2,7 +2,7 @@ name: Upload Python Package
2
3
on:
4
release:
5
- types: [published]
+ types: [published, edited]
6
7
permissions:
8
contents: read
@@ -30,4 +30,4 @@ jobs:
30
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
31
with:
32
user: __token__
33
- password: ${{ secrets.PYPI_TOKEN }}
+ password: ${{ secrets.PYPI_TOKEN }}
0 commit comments