Skip to content

Commit

Permalink
apacheGH-40216: [Python][CI][Packaging] Upload nightly wheels to main…
Browse files Browse the repository at this point in the history
… label of scientific-python-nightly-wheels channel (apache#43932)

### Rationale for this change

Small follow-up on apache#43862, correcting the `label` being used to upload the wheels. See apache#40216 (comment) for context.

* GitHub Issue: apache#40216

Authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
  • Loading branch information
jorisvandenbossche authored Sep 3, 2024
1 parent db9435f commit 170c599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/tasks/macros.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ env:
shell: bash
run: |
python3 -m pip install git+https://github.com/Anaconda-Platform/anaconda-client.git@1.12.3
anaconda -t ${CROSSBOW_SCIENTIFIC_PYTHON_UPLOAD_TOKEN} upload --force -u scientific-python-nightly-wheels --label dev {{ pattern }}
anaconda -t ${CROSSBOW_SCIENTIFIC_PYTHON_UPLOAD_TOKEN} upload --force -u scientific-python-nightly-wheels --label main {{ pattern }}
env:
CROSSBOW_SCIENTIFIC_PYTHON_UPLOAD_TOKEN: {{ '${{ secrets.CROSSBOW_SCIENTIFIC_PYTHON_UPLOAD_TOKEN }}' }}
{% endif %}
Expand Down

0 comments on commit 170c599

Please sign in to comment.