Commit f08cc8b 1 parent 04d24a2 commit f08cc8b Copy full SHA for f08cc8b
File tree 1 file changed +22
-33
lines changed
1 file changed +22
-33
lines changed Original file line number Diff line number Diff line change @@ -11,22 +11,22 @@ jobs:
11
11
fail-fast : false
12
12
matrix :
13
13
include :
14
- - vers : i686
15
- os : ubuntu-20.04
14
+ # - vers: i686
15
+ # os: ubuntu-20.04
16
16
# - vers: aarch64
17
17
# os: ubuntu-20.04
18
- - vers : auto64
19
- os : ubuntu-20.04
18
+ # - vers: auto64
19
+ # os: ubuntu-20.04
20
20
# - vers: ppc64le
21
21
# os: ubuntu-20.04
22
22
- vers : arm64
23
23
os : macos-10.15
24
- - vers : universal2
25
- os : macos-10.15
26
- - vers : auto64
27
- os : macos-10.15
28
- - vers : auto64
29
- os : windows-2019
24
+ # - vers: universal2
25
+ # os: macos-10.15
26
+ # - vers: auto64
27
+ # os: macos-10.15
28
+ # - vers: auto64
29
+ # os: windows-2019
30
30
31
31
env :
32
32
SCCACHE_VERSION : 0.2.13
@@ -104,32 +104,21 @@ jobs:
104
104
needs : [build_wheels, build_sdist]
105
105
runs-on : ubuntu-latest
106
106
steps :
107
- - name : Create Release
108
- id : create_release
109
- uses : actions/create-release@v1
110
- env :
111
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
112
- with :
113
- tag_name : ${{ github.ref }}
114
- release_name : Release ${{ github.ref }}
115
- draft : false
116
- body : |
117
- Read CHANGELOG.md for viewing changes
118
- prerelease : false
119
-
120
107
- uses : actions/download-artifact@v2
121
108
with :
122
109
name : artifact
123
110
path : dist
124
111
125
- - uses : Shopify/upload-to-release@v1
126
- name : Upload Files
127
- with :
128
- name : wheels
129
- path : dist
130
- repo-token : ${{ secrets.GITHUB_TOKEN }}
131
-
132
- - uses : pypa/gh-action-pypi-publish@master
112
+ - name : Release
113
+ uses : softprops/action-gh-release@v1
133
114
with :
134
- user : __token__
135
- password : ${{ secrets.pypi_password }}
115
+ body : |
116
+ view the CHANGELOG.md for full changes
117
+ files : |
118
+ dist/*
119
+ env :
120
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
121
+ # - uses: pypa/gh-action-pypi-publish@master
122
+ # with:
123
+ # user: __token__
124
+ # password: ${{ secrets.pypi_password }}
You can’t perform that action at this time.
0 commit comments