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/build_dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ jobs:

- name: Build dist
run: |
uv run python -m build --sdist --wheel --no-isolation --outdir dist/ .
rm -f dist/*.whl dist/*.tar.gz
uv run maturin build --release --out dist --compatibility manylinux2014 --zig
uv run maturin sdist --out dist
uv run twine check dist/*

- name: Commit updated pyproject.toml
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ dev = [
"maturin>=1.0,<2",
"tqdm>=4.68.2",
"seaborn>=0.13.2",
"ziglang>=0.16.0",
]
docs = [
"wheel>=0.45,<0.46",
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -475,5 +475,6 @@ webencodings==0.5.1
# bleach
# tinycss2
wheel==0.45.1
ziglang==0.16.0
zipp==4.1.0
# via importlib-metadata
21 changes: 21 additions & 0 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading