0.3.0
0.3.0
provides the optional anaconda_nightly_upload_organization
and anaconda_nightly_upload_labels
arguments to specify Anaconda Cloud organizations to upload to other than scientific-python-nightly-wheels
and to provide labels other than main
.
Example
jobs:
steps:
...
- name: Upload wheel
uses: scientific-python/upload-nightly-action@6e9304f7a3a5501c6f98351537493ec898728299 # 0.3.0
with:
artifacts_path: dist
anaconda_nightly_upload_organization: my-alternative-organization
anaconda_nightly_upload_token: ${{secrets.UPLOAD_TOKEN}}
anaconda_nightly_upload_labels: main,dev
What's Changed
- DOC: Update action commit SHA to the 0.2.0 tag by @matthewfeickert in #44
- Bump actions/setup-python from 4 to 5 by @dependabot in #48
- ENH: Add optional
anaconda_nightly_upload_organization
argument by @skoudoro in #47 - FIX: Use correct shell variable in upload by @matthewfeickert in #53
- CI: Add test for uploads with multiple labels by @matthewfeickert in #54
- FIX: Remove environment print for security by @matthewfeickert in #55
New Contributors
Full Changelog: 0.2.0...0.3.0