Skip to content

Commit

Permalink
Build pure python wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
wilhelmklopp committed Nov 2, 2024
1 parent 8a4cc72 commit 7fa2eeb
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 7fa2eeb

Please sign in to comment.