Skip to content

Commit c288081

Browse files
committed
Switch to kebab-case
1 parent f6a7c94 commit c288081

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/main.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,13 @@ jobs:
9393
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
9494
# https://github.com/scipy/oldest-supported-numpy/blob/main/setup.cfg
9595
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" }
103103
exclude:
104104
- os: macos-14
105105
ver: { py: "3.8", np: "==1.20.0", sp: "==1.5.4" }
@@ -162,8 +162,8 @@ jobs:
162162
with:
163163
user: __token__
164164
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
167167

168168
- name: Publish to PyPI
169169
# only if tagged

0 commit comments

Comments
 (0)