Skip to content

Commit 09f6928

Browse files
authored
Allow edited releases in Python package workflow
1 parent a1345aa commit 09f6928

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Upload Python Package
22

33
on:
44
release:
5-
types: [published]
5+
types: [published, edited]
66

77
permissions:
88
contents: read
@@ -30,4 +30,4 @@ jobs:
3030
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
3131
with:
3232
user: __token__
33-
password: ${{ secrets.PYPI_TOKEN }}
33+
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)