Skip to content

Commit

Permalink
Simplify dev wheels configuration since we no longer need to install …
Browse files Browse the repository at this point in the history
…the developer version of Numpy
  • Loading branch information
astrofrog committed Apr 5, 2024
1 parent f6a1e4e commit 1bf2a84
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,11 @@ jobs:
- cp*-macosx_arm64
- cp*-win_amd64
# Developer wheels (use Numpy dev to build)
# Developer wheels
upload_to_anaconda: ${{ (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') }}
anaconda_user: astropy
anaconda_package: reproject
anaconda_keep_n_latest: 10
env: |
CIBW_BEFORE_BUILD: '${{ ((github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || github.event_name == 'pull_request') && 'pip install --pre --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple setuptools setuptools_scm numpy>=0.0dev0 extension-helpers cython') || '' }}'
CIBW_BUILD_FRONTEND: '${{ ((github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || github.event_name == 'pull_request') && 'pip; args: --no-build-isolation') || 'build' }}'

secrets:
pypi_token: ${{ secrets.pypi_token }}
Expand Down

0 comments on commit 1bf2a84

Please sign in to comment.