diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a877102e9..8ff7b1f80 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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" } @@ -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