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.
1 parent 318d3e3 commit f733bf8Copy full SHA for f733bf8
.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 .
0 commit comments