Skip to content
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

Publish all macos and linux wheels to pypi #1864

Closed
BenTheKlein opened this issue Oct 27, 2020 · 2 comments
Closed

Publish all macos and linux wheels to pypi #1864

BenTheKlein opened this issue Oct 27, 2020 · 2 comments

Comments

@BenTheKlein
Copy link

I notice that you build all wheels for macos and linux since this PR #1758 and that you only publish wheels for windows OS.
Let's make sure to publish the new wheels to pypi

@gaby
Copy link

gaby commented Oct 30, 2020

This is a much needed enhancement. 👍🏻 @giampaolo

@giampaolo
Copy link
Owner

giampaolo commented Dec 19, 2020

I'm happy to announce that finally, after a lot of work, release 5.8.0 is now out and it includes wheels for Linux (32 and 64 bits) and macOS (64 bits).

The automation tools that made this happen are:
https://github.com/giampaolo/psutil/blob/master/.github/workflows/build.yml
https://github.com/giampaolo/psutil/blob/master/scripts/internal/download_wheels_github.py
https://github.com/giampaolo/psutil/blob/master/scripts/internal/download_wheels_appveyor.py

psutil/Makefile

Line 256 in db8cd0c

pre-release: ## Check if we're ready to produce a new release.

List of available wheels:

windows (total = 10)                                      size    arch   pyver
psutil-5.8.0-cp27-none-win32.whl                        231.0K      32    py27
psutil-5.8.0-cp27-none-win_amd64.whl                    234.3K      64    py27
psutil-5.8.0-cp36-cp36m-win32.whl                       234.7K      32    py36
psutil-5.8.0-cp36-cp36m-win_amd64.whl                   239.1K      64    py36
psutil-5.8.0-cp37-cp37m-win32.whl                       234.7K      32    py37
psutil-5.8.0-cp37-cp37m-win_amd64.whl                   239.1K      64    py37
psutil-5.8.0-cp38-cp38-win32.whl                        235.3K      32    py38
psutil-5.8.0-cp38-cp38-win_amd64.whl                    239.6K      64    py38
psutil-5.8.0-cp39-cp39-win32.whl                        235.8K      32    py39
psutil-5.8.0-cp39-cp39-win_amd64.whl                    240.4K      64    py39

linux (total = 12)                                        size    arch   pyver
psutil-5.8.0-cp27-cp27m-manylinux2010_i686.whl          277.8K      32    py27
psutil-5.8.0-cp27-cp27m-manylinux2010_x86_64.whl        281.0K      64    py27
psutil-5.8.0-cp27-cp27mu-manylinux2010_i686.whl         277.8K      32    py27
psutil-5.8.0-cp27-cp27mu-manylinux2010_x86_64.whl       281.0K      64    py27
psutil-5.8.0-cp36-cp36m-manylinux2010_i686.whl          282.5K      32    py36
psutil-5.8.0-cp36-cp36m-manylinux2010_x86_64.whl        285.0K      64    py36
psutil-5.8.0-cp37-cp37m-manylinux2010_i686.whl          283.5K      32    py37
psutil-5.8.0-cp37-cp37m-manylinux2010_x86_64.whl        289.4K      64    py37
psutil-5.8.0-cp38-cp38-manylinux2010_i686.whl           286.9K      32    py38
psutil-5.8.0-cp38-cp38-manylinux2010_x86_64.whl         289.1K      64    py38
psutil-5.8.0-cp39-cp39-manylinux2010_i686.whl           284.2K      32    py39
psutil-5.8.0-cp39-cp39-manylinux2010_x86_64.whl         286.6K      64    py39

macos (total = 5)                                         size    arch   pyver
psutil-5.8.0-cp27-cp27m-macosx_10_9_x86_64.whl          230.2K      64    py27
psutil-5.8.0-cp36-cp36m-macosx_10_9_x86_64.whl          230.5K      64    py36
psutil-5.8.0-cp37-cp37m-macosx_10_9_x86_64.whl          230.5K      64    py37
psutil-5.8.0-cp38-cp38-macosx_10_9_x86_64.whl           230.8K      64    py38
psutil-5.8.0-cp39-cp39-macosx_10_9_x86_64.whl           230.7K      64    py39

If you wish, consider making a donation. ;)
Regardless, enjoy!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants