We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6600dd commit 3d0534aCopy full SHA for 3d0534a
.github/workflows/cicd.yaml
@@ -90,8 +90,7 @@ jobs:
90
success() &&
91
github.actor == 'btschwertfeger' &&
92
github.ref == 'refs/heads/master' &&
93
- (github.event_name == 'push' ||
94
- github.event_name == 'release')
+ github.event_name == 'push'
95
needs: [Test]
96
name: Upload current version to Test PyPI
97
uses: ./.github/workflows/_pypi_publish.yaml
@@ -107,7 +106,7 @@ jobs:
107
106
108
109
github.event_name == 'release'
110
- needs: [UploadTestPyPI]
+ needs: [Test]
111
name: Upload the current release to PyPI
112
113
with:
0 commit comments