Skip to content

Commit

Permalink
Update python-ci-wheel.yml
Browse files Browse the repository at this point in the history
Not sure if this will work...
  • Loading branch information
ahankinson authored May 6, 2024
1 parent 6e9cae0 commit 1195f44
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/python-ci-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,12 @@ jobs:
fetch-depth: 0

- uses: nuget/setup-nuget@v1
if: always() && runner.os == 'Windows'
with:
nuget-version: "latest"

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
uses: actions/setup-python@v5.1.0
with:
python-version: ${{ matrix.python-version }}
architecture: ${{ matrix.architecture }}
Expand Down Expand Up @@ -90,7 +91,7 @@ jobs:
CIBW_BUILD: ${{ env.CIBW_BUILD_IDENTIFIER }}
CIBW_ARCHS_MACOS: x86_64 arm64
CIBW_ENVIRONMENT_MACOS:
MACOSX_DEPLOYMENT_TARGET=11
MACOSX_DEPLOYMENT_TARGET=14
CIBW_TEST_SKIP: cp*-macosx_arm64
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
CIBW_MANYLINUX_I686_IMAGE: manylinux2014
Expand Down Expand Up @@ -154,9 +155,9 @@ jobs:
fetch-depth: 0

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
uses: actions/setup-python@v5.1.0
with:
python-version: "3.9"
python-version: "3.12"

#===============================================#
# Swig
Expand Down Expand Up @@ -231,7 +232,7 @@ jobs:
- name: Set up Python 3.9
uses: actions/setup-python@v5
with:
python-version: "3.9"
python-version: "3.12"
architecture: "x64"

#===============================================#
Expand Down

0 comments on commit 1195f44

Please sign in to comment.