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

Auto release and publish to gh-pages #16

Merged
merged 8 commits into from
Sep 21, 2022
Merged

Auto release and publish to gh-pages #16

merged 8 commits into from
Sep 21, 2022

Conversation

ddelange
Copy link
Owner

@ddelange ddelange commented Sep 21, 2022

Two commits on top of giampaolo#2103:

  • Create a dummy release for every commit on master
  • Build wheels, upload to releases, and deploy to github pages on every release for use with PIP_FIND_LINKS
export PIP_FIND_LINKS=https://ddelange.github.io/psutil
pip install ...
# OR
pip install ... --find-links=https://ddelange.github.io/psutil

mayeut and others added 7 commits September 20, 2022 08:36
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 <[email protected]>
`macos-10.15` runner is deprecated.

Signed-off-by: mayeut <[email protected]>
@ddelange ddelange changed the title Auto release Auto release and publish to gh-pages Sep 21, 2022
@ddelange ddelange force-pushed the auto-release branch 2 times, most recently from 3c800a3 to 0a0f67c Compare September 21, 2022 07:08
@ddelange ddelange merged commit f727092 into master Sep 21, 2022
ddelange added a commit that referenced this pull request Sep 22, 2022
Auto release and publish to gh-pages
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