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 12e0ca7 commit 6740dd0Copy full SHA for 6740dd0
.github/workflows/release.yml
@@ -2,6 +2,10 @@ on:
2
release:
3
types:
4
- published
5
+ push:
6
+ branches:
7
+ - main
8
+ pull_request:
9
10
name: Create release
11
@@ -83,6 +87,7 @@ jobs:
83
87
needs: [build_wheels, sdist]
84
88
name: Uploading built packages to pypi for release.
85
89
runs-on: ubuntu-latest
90
+ if: github.event_name == 'release'
86
91
steps:
92
- uses: actions/[email protected]
93
with:
@@ -98,6 +103,7 @@ jobs:
98
103
name: Building & uploading documentation.
99
104
needs: [upload_all]
100
105
106
101
107
102
108
- uses: actions/checkout@v3
109
.github/workflows/test.yml
0 commit comments