PyWavelets / pywt

PyWavelets - Wavelet Transforms in Python
http://pywavelets.readthedocs.org
MIT License
1.97k stars 460 forks source link

Upload dev builds for all supported platforms to anaconda.org #712

Closed rgommers closed 3 months ago

rgommers commented 3 months ago

After gh-710 we are uploading wasm32 wheels to https://anaconda.org/scientific-python-nightly-wheels/PyWavelets/. It'd be useful to upload wheels we're building for releases to that location as well. That way, projects like scikit-image that depend on PyWavelets can test with nightlies.

The relevant job is wheel_tests_and_release.yml

rgommers commented 3 months ago

This isn't urgent, but would be nice to do sometime in the next couple of weeks. Would you be able to do this @agriyakhetarpal?

agriyakhetarpal commented 3 months ago

Sure! Please feel free to assign me to this, I'll keep this on my radar. I assume the same rules apply for all other platforms as well? i.e., on 3rd and the 17th of the month, every push to master, etc.?

rgommers commented 3 months ago

Great, thanks. Yes, same rules/frequency would be good.

agriyakhetarpal commented 3 months ago

Cross-posting from https://github.com/PyWavelets/pywt/pull/714#issuecomment-1992170197. I have marked the PR to not close this issue, we can target MUSL wheels and native macOS arm64 wheels and that subsequent PR can close this issue.

rgommers commented 3 months ago

Implemented in gh-712 and gh-714, so closing. Thanks @agriyakhetarpal