-
-
Notifications
You must be signed in to change notification settings - Fork 486
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upload nightly wheels for PyWavelets to the Scientific Python Nightly Wheels index on Anaconda #710
Upload nightly wheels for PyWavelets to the Scientific Python Nightly Wheels index on Anaconda #710
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems straightforward enough, thanks @agriyakhetarpal. I guess we'll only know if it works once we merge and try an upload, so let's do that proactively - I only have a minor comment so far.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Let's give this a go now
It worked, we have the wheel at https://anaconda.org/scientific-python-nightly-wheels/PyWavelets/files |
Great! Everything in the CI log looks as expected too, so we're all set here. |
Description
This PR updates the
emscripten.yml
workflow to establish uploads of nightly WASM wheels on an Anaconda-hosted PyPI index at https://anaconda.org/scientific-python-nightly-wheels/pywavelets.With the configuration set here, this shall overwrite existing wheels if present.
Proposed changes
The changes here are as follows:
master
, a manually-triggered workflow, and on this repository only – not on forksFootnotes
Please see #706 for more information.
This closes scientific-python/upload-nightly-action#75.