Skip to content

Commit

Permalink
Update dist.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MikePopoloski committed May 18, 2024
1 parent f46a3b8 commit 157a747
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ jobs:
with:
fetch-depth: 0
submodules: recursive
- name: Update GCC
run: |
sudo apt-get update
sudo apt-get install -y g++-11
- name: Build SDist
run: pipx run build --sdist
- name: Check metadata
Expand All @@ -35,21 +31,12 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-13, windows-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: recursive
- uses: maxim-lobanov/setup-xcode@v1
if: matrix.os == 'macos-13'
with:
xcode-version: 'latest'
- name: Update GCC
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install -y g++-11
- uses: pypa/cibuildwheel@v2.18.0
env:
CIBW_ARCHS_MACOS: auto universal2
Expand Down

0 comments on commit 157a747

Please sign in to comment.