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

Add support for binary wheels via cibuildwheel #86

Open
sethmlarson opened this issue Jan 10, 2023 · 0 comments
Open

Add support for binary wheels via cibuildwheel #86

sethmlarson opened this issue Jan 10, 2023 · 0 comments

Comments

@sethmlarson
Copy link
Owner

sethmlarson commented Jan 10, 2023

Proposed GitHub Action flowchart:

graph TB
  hashes((hashes))
  wheels((wheels))
  sdist((sdist))
  sha256-sdist((sha256-sdist))
  sha256-wheels((sha256-wheels))
  provenance((provenance))

  sdist-->|needs|cibuildwheel
  cibuildwheel-.->|builds|wheels
  sdist-.->|hash|sha256-sdist
  wheels-.->|hash|sha256-wheels
  sha256-sdist-->|needs|hashes
  sha256-wheels-->|needs|hashes
  hashes-->|needs|slsa-builder
  slsa-builder-->|builds|provenance
  sdist-->|publish|pypi
  wheels-->|publish|pypi
  sdist-->|publish|github-release
  wheels-->|publish|github-release
  provenance-->|publish|github-release
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant