Skip to content

Commit 3c7da95

Browse files
authored
Merge pull request #6 from openscm/only-sdist-publication
Update deploy to only build sdist
2 parents 318d3e3 + c741e9d commit 3c7da95

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ jobs:
3535
- name: Publish to PyPI
3636
run: |
3737
uv run --no-sync python scripts/add-locked-targets-to-pyproject-toml.py
38-
uv build
38+
# 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
3941
uv publish
4042
# Just in case, undo the changes to `pyproject.toml`
4143
git restore --staged . && git restore .

changelog/6.trivial.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Revert to only publishing the source distribution while we figure out cibuildwheel

0 commit comments

Comments
 (0)