We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 318d3e3 + c741e9d commit 3c7da95Copy full SHA for 3c7da95
.github/workflows/deploy.yaml
@@ -35,7 +35,9 @@ jobs:
35
- name: Publish to PyPI
36
run: |
37
uv run --no-sync python scripts/add-locked-targets-to-pyproject-toml.py
38
- uv build
+ # TODO: move to using cibuildwheel so we have wheels for multiple platforms and python versions
39
+ # starting docs: https://cibuildwheel.pypa.io/en/stable/
40
+ uv build --sdist
41
uv publish
42
# Just in case, undo the changes to `pyproject.toml`
43
git restore --staged . && git restore .
changelog/6.trivial.md
@@ -0,0 +1 @@
1
+Revert to only publishing the source distribution while we figure out cibuildwheel
0 commit comments