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
  • Loading branch information
jorisvandenbossche committed Sep 3, 2024
1 parent db9435f commit ee5fc1d
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/[email protected]
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 ee5fc1d

Please sign in to comment.