Skip to content

Commit

Permalink
Build pure python wheel (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
wilhelmklopp authored Nov 3, 2024
1 parent 8a4cc72 commit 6430837
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ safetest:
export SKIP_TRUE_REDIS=1; export SKIP_TRUE_HTTP=1; make test

publish: clean install-test-requirements
uv run python3 -m build --sdist .
uv run twine upload --repository mocket dist/*.tar.gz
uv run python3 -m build --sdist --wheel .
uv run twine upload --repository mocket dist/

clean:
rm -rf .coverage *.egg-info dist/ requirements.txt uv.lock || true
Expand Down

0 comments on commit 6430837

Please sign in to comment.