@@ -93,13 +93,13 @@ jobs:
93
93
os : [ubuntu-latest, windows-latest, macos-13, macos-14]
94
94
# https://github.com/scipy/oldest-supported-numpy/blob/main/setup.cfg
95
95
ver :
96
- - {py: ' 3.8' , np: ' ==1.20.0' , sp: ' ==1.5.4' }
97
- - {py: ' 3.9' , np: ' ==1.20.0' , sp: ' ==1.5.4' }
98
- - {py: ' 3.10' , np: ' ==1.21.6' , sp: ' ==1.7.2' }
99
- - {py: ' 3.11' , np: ' ==1.23.2' , sp: ' ==1.9.2' }
100
- - {py: ' 3.12' , np: ' ==1.26.2' , sp: ' ==1.11.2' }
101
- - {py: ' 3.13' , np: ' ==2.1.0' , sp: ' ==1.14.1' }
102
- - {py: ' 3.13' , np: ' >=2.1.0' , sp: ' >=1.14.1' }
96
+ - { py: " 3.8" , np: " ==1.20.0" , sp: " ==1.5.4" }
97
+ - { py: " 3.9" , np: " ==1.20.0" , sp: " ==1.5.4" }
98
+ - { py: " 3.10" , np: " ==1.21.6" , sp: " ==1.7.2" }
99
+ - { py: " 3.11" , np: " ==1.23.2" , sp: " ==1.9.2" }
100
+ - { py: " 3.12" , np: " ==1.26.2" , sp: " ==1.11.2" }
101
+ - { py: " 3.13" , np: " ==2.1.0" , sp: " ==1.14.1" }
102
+ - { py: " 3.13" , np: " >=2.1.0" , sp: " >=1.14.1" }
103
103
exclude :
104
104
- os : macos-14
105
105
ver : { py: "3.8", np: "==1.20.0", sp: "==1.5.4" }
@@ -162,8 +162,8 @@ jobs:
162
162
with :
163
163
user : __token__
164
164
password : ${{ secrets.test_pypi_password }}
165
- repository_url : https://test.pypi.org/legacy/
166
- skip_existing : true
165
+ repository-url : https://test.pypi.org/legacy/
166
+ skip-existing : true
167
167
168
168
- name : Publish to PyPI
169
169
# only if tagged
0 commit comments