Skip to content

Commit

Permalink
updated paths (#7)
Browse files Browse the repository at this point in the history
Co-authored-by: foospidy <phillip+honeydb@foospidy.com>
  • Loading branch information
foospidy and honeydbio authored Feb 2, 2024
1 parent 2a9177d commit 1d60b1b
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 1d60b1b

Please sign in to comment.