Skip to content

Commit

Permalink
Switch to kebab-case
Browse files Browse the repository at this point in the history
  • Loading branch information
LSchueler committed Jan 29, 2025
1 parent f6a7c94 commit c288081
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,13 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
# https://github.com/scipy/oldest-supported-numpy/blob/main/setup.cfg
ver:
- {py: '3.8', np: '==1.20.0', sp: '==1.5.4'}
- {py: '3.9', np: '==1.20.0', sp: '==1.5.4'}
- {py: '3.10', np: '==1.21.6', sp: '==1.7.2'}
- {py: '3.11', np: '==1.23.2', sp: '==1.9.2'}
- {py: '3.12', np: '==1.26.2', sp: '==1.11.2'}
- {py: '3.13', np: '==2.1.0', sp: '==1.14.1'}
- {py: '3.13', np: '>=2.1.0', sp: '>=1.14.1'}
- { py: "3.8", np: "==1.20.0", sp: "==1.5.4" }
- { py: "3.9", np: "==1.20.0", sp: "==1.5.4" }
- { py: "3.10", np: "==1.21.6", sp: "==1.7.2" }
- { py: "3.11", np: "==1.23.2", sp: "==1.9.2" }
- { py: "3.12", np: "==1.26.2", sp: "==1.11.2" }
- { py: "3.13", np: "==2.1.0", sp: "==1.14.1" }
- { py: "3.13", np: ">=2.1.0", sp: ">=1.14.1" }
exclude:
- os: macos-14
ver: { py: "3.8", np: "==1.20.0", sp: "==1.5.4" }
Expand Down Expand Up @@ -162,8 +162,8 @@ jobs:
with:
user: __token__
password: ${{ secrets.test_pypi_password }}
repository_url: https://test.pypi.org/legacy/
skip_existing: true
repository-url: https://test.pypi.org/legacy/
skip-existing: true

- name: Publish to PyPI
# only if tagged
Expand Down

0 comments on commit c288081

Please sign in to comment.