Skip to content

0.3.0

Compare
Choose a tag to compare
@matthewfeickert matthewfeickert released this 24 Jan 18:48
· 36 commits to main since this release
6e9304f

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

New Contributors

Full Changelog: 0.2.0...0.3.0