Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:
- name: Publish to PyPI
run: |
uv run --no-sync python scripts/add-locked-targets-to-pyproject-toml.py
uv build
# TODO: move to using cibuildwheel so we have wheels for multiple platforms and python versions
# starting docs: https://cibuildwheel.pypa.io/en/stable/
uv build --sdist
uv publish
# Just in case, undo the changes to `pyproject.toml`
git restore --staged . && git restore .
1 change: 1 addition & 0 deletions changelog/6.trivial.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Revert to only publishing the source distribution while we figure out cibuildwheel