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 34052fd commit d8ba58bCopy full SHA for d8ba58b
.github/workflows/release.yaml
@@ -1,11 +1,13 @@
1
name: Release
2
3
on:
4
- deploy:
5
- # this will run when you have tagged a commit, starting with "v*"
6
- # and requires that you have put your twine API key in your
+ release:
+ types: [published]
+
7
+jobs:
8
9
+ # requires that you have put your twine API key in your
10
# github secrets (see readme for details)
- needs: [test]
11
runs-on: ubuntu-latest
12
if: contains(github.ref, 'tags')
13
steps:
0 commit comments