Skip to content

Commit

Permalink
Update GHA services'versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bathal1 committed Aug 7, 2024
1 parent c05ac50 commit 1c8971c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ on:
env:
CIBW_TEST_COMMAND: pytest {project}/tests
CIBW_TEST_REQUIRES: pytest numpy scipy
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_17
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux_2_17
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux2014
CIBW_SKIP: "*-win32 *_i686 pp* *-musllinux* cp38-macosx_arm64" # Skip PyPy, 32-bit builds, musl linux
CIBW_BEFORE_ALL_LINUX: "yum install -y lapack-devel"
CIBW_ARCHS_WINDOWS: auto64
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
with:
submodules: true

- uses: pypa/cibuildwheel@v2.12.0
- uses: pypa/cibuildwheel@v2.20.0

- name: Verify clean directory
run: git diff --exit-code
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
name: artifact
path: dist

- uses: pypa/gh-action-pypi-publish@v1.5.1
- uses: pypa/gh-action-pypi-publish@v1.9.0
with:
user: __token__
password: ${{ secrets.pypi_password }}

0 comments on commit 1c8971c

Please sign in to comment.