Skip to content

Commit

Permalink
Update workflow for building wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
awvwgk committed Dec 1, 2024
1 parent 1f03744 commit 14a568f
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,16 +69,8 @@ jobs:
os:
- ubuntu-latest
- windows-latest
- macos-12
- macos-13
- macos-latest
python: ['38', '39', '310', '311', '312', '313']
exclude:
- os: windows-latest
python: '39'
- os: windows-latest
python: '310'
- os: macos-latest
python: '38'

defaults:
run:
Expand All @@ -103,7 +95,6 @@ jobs:
env:
CIBW_CONFIG_SETTINGS: setup-args="-Ds-dftd3:openmp=false"
CIBW_ARCHS: auto64
CIBW_BUILD: "*${{ matrix.python }}-*"
CIBW_BUILD_VERBOSITY: 1
CIBW_ARCHS_MACOS: ${{ matrix.os == 'macos-latest' && 'arm64' || 'x86_64' }}
CIBW_ENVIRONMENT_MACOS: >
Expand All @@ -115,7 +106,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: dftd3-python-${{ matrix.os }}-${{ matrix.python }}
name: dftd3-python-${{ matrix.os }}
path: "*.whl"

release:
Expand Down

0 comments on commit 14a568f

Please sign in to comment.