Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
SunsetWolf committed Dec 17, 2024
1 parent fa1a4ce commit 4330975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ lint: black pylint flake8 mypy nbqa

# Build the package.
build:
python -m build
python -m build --wheel

# Upload the package.
upload:
Expand Down

0 comments on commit 4330975

Please sign in to comment.