Skip to content

Commit

Permalink
use uv to install build
Browse files Browse the repository at this point in the history
  • Loading branch information
ejm714 committed Apr 19, 2024
1 parent 54481b9 commit 7964b41
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
- name: Build package
run: |
uv pip install build
make dist
cp dist/*.tar.gz zamba.tar.gz # rename source package so URL can be consistent
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ clean-test: ## remove test and coverage artifacts
rm -fr .pytest_cache

dist: clean ## builds source and wheel package
pip install build
python -m build
ls -l dist

Expand Down

0 comments on commit 7964b41

Please sign in to comment.