forked from apache/arrow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ee5fc1d
commit d17f84e
Showing
1 changed file
with
0 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -184,15 +184,13 @@ env: | |
{% endmacro %} | ||
|
||
{%- macro github_upload_wheel_scientific_python(pattern) -%} | ||
{%- if arrow.is_default_branch() -%} | ||
- name: Upload wheel to Anaconda scientific-python | ||
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 main {{ pattern }} | ||
env: | ||
CROSSBOW_SCIENTIFIC_PYTHON_UPLOAD_TOKEN: {{ '${{ secrets.CROSSBOW_SCIENTIFIC_PYTHON_UPLOAD_TOKEN }}' }} | ||
{% endif %} | ||
{% endmacro %} | ||
|
||
{%- macro azure_checkout_arrow() -%} | ||
|