Skip to content

Commit

Permalink
updated paths
Browse files Browse the repository at this point in the history
  • Loading branch information
honeydbio committed Feb 2, 2024
1 parent 2a9177d commit 56cf105
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 @@ -12,10 +12,10 @@ lint-check:

wheel:
-rm dist/*
python setup.py bdist_wheel --universal
.env/bin/python setup.py bdist_wheel --universal

publish:
twine upload --skip-existing dist/*
.env/bin/twine upload --skip-existing dist/*

local-install:
-.env/bin/pip3 uninstall honeydb
Expand Down

0 comments on commit 56cf105

Please sign in to comment.