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

Upload wheels as release assets#11

Closed
ddelange wants to merge 8 commits intomasterfrom
patch-2
Closed

Upload wheels as release assets#11
ddelange wants to merge 8 commits intomasterfrom
patch-2

Conversation

@ddelange
Copy link
Owner

@ddelange ddelange commented Jun 7, 2022

On top of giampaolo#2103 as interim solution before next pypi release

Pass one or more GitHub release URLs to pip during installation, using -f, --find-links or PIP_FIND_LINKS env var:

$ export PIP_FIND_LINKS='https://github.com/ddelange/psutil/releases/expanded_assets/release-5.9.1' # space separated links
$ pip install --no-cache-dir psutil==5.9.1
Collecting psutil~=5.9
  Downloading https://github.com/ddelange/psutil/releases/download/release-5.9.1/psutil-5.9.1-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (271 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 271.3/271.3 KB 22.2 MB/s eta 0:00:00

mayeut and others added 8 commits June 5, 2022 01:15
This commit updates the build workflow to use the latest cibuildwheel as a GitHub Action.
cibuildwheel configuration is now in its own file (as there's no `pyproject.toml` yet)

Signed-off-by: mayeut <mayeut@users.noreply.github.com>
Signed-off-by: mayeut <mayeut@users.noreply.github.com>
`macos-10.15` runner is deprecated.

Signed-off-by: mayeut <mayeut@users.noreply.github.com>
Signed-off-by: mayeut <mayeut@users.noreply.github.com>
…st_all

Signed-off-by: mayeut <mayeut@users.noreply.github.com>
Signed-off-by: mayeut <mayeut@users.noreply.github.com>
Signed-off-by: mayeut <mayeut@users.noreply.github.com>
@ddelange ddelange changed the title Patch 2 Upload wheels as release assets Jun 7, 2022
@ddelange
Copy link
Owner Author

ddelange commented Jun 7, 2022

Just a PoC

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