Skip to content

Commit

Permalink
Merge 616f292 into 6c9f301
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvandenbossche committed Feb 26, 2024
2 parents 6c9f301 + 616f292 commit 1e219f8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Expand Up @@ -153,6 +153,12 @@ jobs:
path: ./wheelhouse/*.whl
retention-days: 5

- name: Upload nightly wheels
uses: scientific-python/upload-nightly-action@b67d7fcc0396e1128a474d1ab2b48aa94680f9fc # 0.5.0
with:
artifacts_path: wheelhouse
anaconda_nightly_upload_token: ${{secrets.ANACONDA_ORG_UPLOAD_TOKEN}}

publish:
name: Publish on GitHub and PyPI
needs: [build_wheels, build_sdist]
Expand Down

0 comments on commit 1e219f8

Please sign in to comment.