Skip to content

Commit

Permalink
Still working on macos wheels...
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitri-justeau committed Oct 1, 2024
1 parent bd0d355 commit 7ddba4d
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-12]
#os: [macos-13, macos-12]
os: [macos-14, macos-13, macos-12]
platform: [arm64, x86_x64]
python-version: ["3.9"]
#python-version: ["3.12", "3.11", "3.10", "3.9"]
Expand Down Expand Up @@ -66,7 +65,7 @@ jobs:
- name: Build wheels
uses: pypa/[email protected]
env:
MACOSX_DEPLOYMENT_TARGET: 12
MACOSX_DEPLOYMENT_TARGET: 14
with:
output-dir: dist
- name: Test
Expand All @@ -88,9 +87,8 @@ jobs:
#if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
strategy:
matrix:
os: [ macos-12 ]
#os: [macos-13, macos-12]
platform: [ arm64, x86_x64 ]
os: [macos-14, macos-13, macos-12]
platform: [arm64, x86_x64]
python-version: [ "3.9" ]
# os: [macos-13, macos-12]
# platform: [arm64, x86_x64]
Expand Down Expand Up @@ -121,7 +119,7 @@ jobs:
- name: List files
run: ls -R
- name: Upload to PyPi
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
#if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
Expand Down

0 comments on commit 7ddba4d

Please sign in to comment.