Skip to content

Commit

Permalink
Merge pull request #104 from sergey-dryabzhinsky/sergey-dryabzhinsky-…
Browse files Browse the repository at this point in the history
…patch-2

Update build-wheels.yml
  • Loading branch information
sergey-dryabzhinsky authored Dec 30, 2024
2 parents d291e66 + d0d9676 commit 844cd34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- uses: actions/setup-python@v5
name: Install Python
with:
python-version: '3.10'
python-version: '3.12'

- name: Prepare python
run: |
Expand All @@ -93,7 +93,7 @@ jobs:
python -m build --sdist --outdir dist .
- name: Build ${{ matrix.os.name }} wheels and test (old)
uses: pypa/cibuildwheel@v2.19.1
uses: pypa/cibuildwheel@v2.22.0
if: matrix.cibw.group == 'old'
with:
output-dir: dist
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
python -m unittest discover -v -s {package}
- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: wheels
path: ./dist
Expand Down

0 comments on commit 844cd34

Please sign in to comment.