Commit 77a1945 1 parent 10c4c67 commit 77a1945 Copy full SHA for 77a1945
File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 12
12
matrix :
13
13
python-minor-version : [ "9" ]
14
14
config :
15
+ - platform : x86_64
16
+ manylinux : " 2_17"
17
+ extra_args : " "
15
18
- platform : x86_64
16
19
manylinux : " 2_28"
17
20
extra_args : " --features fp16kernels"
33
36
- name : Handle tag
34
37
id : handle_tag
35
38
run : |
36
- # If the tag ends with -beta.N, we need to call setup_version.py
39
+ # If the tag ends with -beta.N, we need to call setup_version.py
37
40
# and export repo as "fury" instead of "pypi"
38
41
if [[ ${{ github.ref }} == refs/tags/*-beta.* ]]; then
39
42
TAG=$(echo ${{ github.ref }} | sed 's/refs\/tags\///')
80
83
- name : Handle tag
81
84
id : handle_tag
82
85
run : |
83
- # If the tag ends with -beta.N, we need to call setup_version.py
86
+ # If the tag ends with -beta.N, we need to call setup_version.py
84
87
# and export repo as "fury" instead of "pypi"
85
88
if [[ ${{ github.ref }} == refs/tags/*-beta.* ]]; then
86
89
TAG=$(echo ${{ github.ref }} | sed 's/refs\/tags\///')
@@ -119,7 +122,7 @@ jobs:
119
122
id : handle_tag
120
123
shell : bash
121
124
run : |
122
- # If the tag ends with -beta.N, we need to call setup_version.py
125
+ # If the tag ends with -beta.N, we need to call setup_version.py
123
126
# and export repo as "fury" instead of "pypi"
124
127
if [[ ${{ github.ref }} == refs/tags/*-beta.* ]]; then
125
128
TAG=$(echo ${{ github.ref }} | sed 's/refs\/tags\///')
You can’t perform that action at this time.
0 commit comments