Skip to content

Commit 3d0534a

Browse files
update release workflow once again
1 parent c6600dd commit 3d0534a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/cicd.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,7 @@ jobs:
9090
success() &&
9191
github.actor == 'btschwertfeger' &&
9292
github.ref == 'refs/heads/master' &&
93-
(github.event_name == 'push' ||
94-
github.event_name == 'release')
93+
github.event_name == 'push'
9594
needs: [Test]
9695
name: Upload current version to Test PyPI
9796
uses: ./.github/workflows/_pypi_publish.yaml
@@ -107,7 +106,7 @@ jobs:
107106
success() &&
108107
github.actor == 'btschwertfeger' &&
109108
github.event_name == 'release'
110-
needs: [UploadTestPyPI]
109+
needs: [Test]
111110
name: Upload the current release to PyPI
112111
uses: ./.github/workflows/_pypi_publish.yaml
113112
with:

0 commit comments

Comments
 (0)