Compare commits

..

2 Commits

2 changed files with 6 additions and 6 deletions

View File

@@ -10,7 +10,7 @@ jobs:
build_setup:
name: Prepare environment for wheel builds
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v2
- name: Prepare wheel build
@@ -27,7 +27,7 @@ jobs:
needs: [build_setup]
strategy:
matrix:
os: [ubuntu-20.04, windows-2019]
os: [ubuntu-24.04, windows-2022]
arch: [auto32, auto64, aarch64]
steps:
@@ -48,12 +48,12 @@ jobs:
- name: Store binary wheels
uses: actions/upload-artifact@v4.6.0
with:
name: binary-wheels
name: binary-wheels-${{inputs.context}}-${{inputs.job-index}}
path: python/wheelhouse/*.whl
build_sdist:
name: Build source distribution
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
needs: [build_setup]
steps:
- uses: actions/checkout@v2
@@ -76,7 +76,7 @@ jobs:
upload_pypi:
name: Upload binary wheels to PyPI
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
needs: [build_wheels, build_sdist]
steps:

View File

@@ -1 +1 @@
2.1.0
2.1.4