Skip to content

Commit

Permalink
proper wheel build
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddalpiaz committed Aug 22, 2024
1 parent 1fcc1ab commit 5a454da
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ def run_process_script():

def run_build_command():
print("Building package...")
subprocess.check_call(["uvx", "--from", "build", "pyproject-build", "--installer", "uv"])
subprocess.check_call(["uvx", "--from", "build", "pyproject-build", "--sdist", "--installer", "uv"])
subprocess.check_call(["uvx", "--from", "build", "pyproject-build", "--wheel", "--installer", "uv"])


def main():
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pylahman"
version = "0.1.4"
version = "0.1.5"
authors = [
{ name="David Dalpiaz", email="[email protected]" },
]
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

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

0 comments on commit 5a454da

Please sign in to comment.