Skip to content

Commit

Permalink
Merge pull request #204 from astrofrog/dev-wheels-numpy
Browse files Browse the repository at this point in the history
Build developer wheels against Numpy dev
  • Loading branch information
astrofrog committed Nov 27, 2023
2 parents 2d00e2e + 4e4b04b commit f024987
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Expand Up @@ -27,8 +27,11 @@ jobs:
- cp3*-macosx_arm64
- cp3*-manylinux_aarch64
# Developer wheels
# Developer wheels (use Numpy dev to build)
upload_to_anaconda: ${{ (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') }}
anaconda_user: astropy
anaconda_package: astropy-healpix
anaconda_keep_n_latest: 10
env: |
CIBW_BEFORE_BUILD: '${{ ((github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') && 'pip install --pre --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple setuptools setuptools_scm jinja2 numpy') || '' }}'
CIBW_BUILD_FRONTEND: '${{ ((github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') && 'pip; args: --no-build-isolation') || 'build' }}'

0 comments on commit f024987

Please sign in to comment.