File tree Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- master
7
- tags :
8
- - " *"
7
+ - nipy
9
8
pull_request :
10
9
branches :
11
10
- master
Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- master
7
- tags :
8
- - " *"
7
+ - nipy
9
8
pull_request :
10
9
branches :
11
10
- master
11
+ release :
12
+ types : [published]
12
13
13
14
concurrency :
14
15
group : ${{ github.workflow }}-${{ github.ref }}
@@ -136,7 +137,7 @@ jobs:
136
137
runs-on : ubuntu-latest
137
138
environment : " Package deployment"
138
139
needs : [pre-publish]
139
- if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
140
+ if : github.event_name == 'release'
140
141
steps :
141
142
- uses : actions/download-artifact@v3
142
143
with :
@@ -146,5 +147,3 @@ jobs:
146
147
mv dist/*/*.{tar.gz,whl} dist
147
148
rmdir dist/*/
148
149
- uses : pypa/gh-action-pypi-publish@release/v1
149
- with :
150
- user : __token__
Original file line number Diff line number Diff line change @@ -35,4 +35,4 @@ push = false
35
35
36
36
[tool .cibuildwheel ]
37
37
# Do not bother building pypy wheels
38
- skip = " pp*"
38
+ skip = " pp* cp313* "
You can’t perform that action at this time.
0 commit comments