nix-shell -p gnumake rustup --run "make pub"
git add .
git commit -m "new version"
[main d352c0b] new version
 4 files changed, 1 insertion(+), 1 deletion(-)
 delete mode 100644 dist/coren-0.1.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
 delete mode 100644 dist/coren-0.1.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
 delete mode 100644 dist/coren-0.1.2.tar.gz
uv run bump-my-version bump patch
rm -rf dist/
uv run maturin build --release --zig --target x86_64-unknown-linux-gnu  --manylinux 2_17 --out dist/
🔗 Found pyo3 bindings
🐍 Found CPython 3.13 at /$HOME/code/coren/.venv/bin/python
📡 Using build options features from pyproject.toml
🛠 Using zig for cross-compiling to x86_64-unknown-linux-gnu
    Finished `release` profile [optimized] target(s) in 0.03s
📦 Built wheel for CPython 3.13 to dist/coren-0.1.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
uv run maturin build --release --zig --target aarch64-unknown-linux-gnu --manylinux 2_17 --out dist/ -i python3.13
🔗 Found pyo3 bindings
🐍 Found CPython 3.13
📡 Using build options features from pyproject.toml
🛠 Using zig for cross-compiling to aarch64-unknown-linux-gnu
    Finished `release` profile [optimized] target(s) in 0.03s
📦 Built wheel for CPython 3.13 to dist/coren-0.1.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
uv run maturin sdist --out dist/
🔗 Found pyo3 bindings
📡 Using build options features from pyproject.toml
📦 Built source distribution to /$HOME/code/coren/dist/coren-0.1.2.tar.gz
uv add --dev twine
Resolved 65 packages in 0.55ms
Audited 50 packages in 0.34ms
uv run twine upload -r coren --config .pypirc dist/*
Uploading distributions to https://upload.pypi.org/legacy/
Uploading coren-0.1.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 387.6/387.6 kB • 00:00 • 3.4 MB/s
WARNING  Error during upload. Retry with the --verbose option for more details.
ERROR    HTTPError: 400 Bad Request from https://upload.pypi.org/legacy/
         Bad Request
make: *** [Makefile:28: pub] Error 1
