File tree Expand file tree Collapse file tree 1 file changed +16
-18
lines changed Expand file tree Collapse file tree 1 file changed +16
-18
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,10 @@ name: Build
5
5
# For a real release, tag the version, check that this action succeeded, then make a
6
6
# GitHub release.
7
7
8
- # on:
9
- # push:
10
- # tags:
11
- # - 'v*'
12
8
on :
13
- pull_request :
9
+ push :
10
+ tags :
11
+ - ' v*'
14
12
15
13
jobs :
16
14
build_wheels :
@@ -87,18 +85,18 @@ jobs:
87
85
name : cibw-sdist
88
86
path : dist/*.tar.gz
89
87
90
- # upload_all:
91
- # needs: [build_wheels, make_sdist]
92
- # environment: pypi
88
+ upload_all :
89
+ needs : [build_wheels, make_sdist]
90
+ environment : pypi
93
91
94
- # permissions:
95
- # id-token: write
96
- # runs-on: ubuntu-latest
97
- # steps:
98
- # - uses: actions/download-artifact@v4
99
- # with:
100
- # pattern: cibw-*
101
- # path: dist
102
- # merge-multiple: true
92
+ permissions :
93
+ id-token : write
94
+ runs-on : ubuntu-latest
95
+ steps :
96
+ - uses : actions/download-artifact@v4
97
+ with :
98
+ pattern : cibw-*
99
+ path : dist
100
+ merge-multiple : true
103
101
104
- # - uses: pypa/gh-action-pypi-publish@release/v1
102
+ - uses : pypa/gh-action-pypi-publish@release/v1
You can’t perform that action at this time.
0 commit comments