Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

only rename wheels that go to scipy-wheels-nightly #89

Merged
merged 4 commits into from
May 15, 2020

Conversation

mattip
Copy link
Contributor

@mattip mattip commented May 13, 2020

missed this in gh-84: we only want to add the date to the wheels at https://anaconda.org/scipy-wheels-nightly/numpy/files, since the ones at https://anaconda.org/multibuild-wheels-staging/numpy/files are meant to be PyPI candidates. Note that since this PR is from a fork, the changes will not be tested.

@charris
Copy link
Contributor

charris commented May 13, 2020

for f in wheelhouse/*.whl; do rename_wheel $f; done else ANACONDA_ORG="multibuild-wheels-staging"; TOKEN=${NUMPY_STAGING_UPLOAD_TOKEN}; fi '
/home/travis/.travis/functions: eval: line 109: syntax error near unexpected token `do'

Looks like travis is spinning its wheels on the upload, may want to cancel.

@charris
Copy link
Contributor

charris commented May 15, 2020

Thanks Matti.

@charris charris merged commit 5305271 into MacPython:master May 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants