We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed4f5e6 commit ac28f8bCopy full SHA for ac28f8b
1 file changed
.github/workflows/cicd.yaml
@@ -90,9 +90,10 @@ jobs:
90
success() &&
91
github.actor == 'btschwertfeger' &&
92
github.ref == 'refs/heads/master' &&
93
- github.event_name == 'push'
+ github.event_name == 'push' &&
94
+ github.event_name == 'release'
95
needs: [Test]
- name: Upload current development version to Test PyPI
96
+ name: Upload current version to Test PyPI
97
uses: ./.github/workflows/_pypi_publish.yaml
98
with:
99
REPOSITORY_URL: https://test.pypi.org/legacy/
0 commit comments