Skip to content

Commit

Permalink
XX
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Ballance <[email protected]>
  • Loading branch information
mballance committed Oct 21, 2023
1 parent 0de9076 commit e4f30d2
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,18 +76,17 @@ jobs:
- name: Fetch dependencies
run: |
python3 --version
python3 -m pip install cibuildwheel twine
python3 -m pip install cython setuptools wheel build twine
- name: Build/Test Package
env:
CIBW_BUILD: ${{ matrix.spec }}
CIBW_BEFORE_BUILD: pip install Cython twine
CIBW_BUILD_VERBOSITY: 1
# CIBW_BUILD: ${{ matrix.spec }}
# CIBW_BEFORE_BUILD: pip install Cython twine
# CIBW_BUILD_VERBOSITY: 1
# MACOX_DEPLOYMENT_TARGET: ${{ matrix.deployment_target || '10.9' }}
SDKROOT: ${{ matrix.sdkroot || 'macosx' }}
run: |
python3 -V
python3 -m pip install -U --user cibuildwheel twine
python3 -m cibuildwheel --platform auto --output-dir dist .
python3 setup.py bdist_wheel
ls dist
- name: Publish to PyPi
if: startsWith(github.ref, 'refs/heads/main')
Expand Down

0 comments on commit e4f30d2

Please sign in to comment.