Skip to content

Commit ac28f8b

Browse files
update release workflow
1 parent ed4f5e6 commit ac28f8b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/cicd.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,10 @@ jobs:
9090
success() &&
9191
github.actor == 'btschwertfeger' &&
9292
github.ref == 'refs/heads/master' &&
93-
github.event_name == 'push'
93+
github.event_name == 'push' &&
94+
github.event_name == 'release'
9495
needs: [Test]
95-
name: Upload current development version to Test PyPI
96+
name: Upload current version to Test PyPI
9697
uses: ./.github/workflows/_pypi_publish.yaml
9798
with:
9899
REPOSITORY_URL: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)