Skip to content

Commit

Permalink
Fixed Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert van Renesse committed Aug 22, 2023
1 parent 713d073 commit 790b75b
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 @@ -63,7 +63,7 @@ upload-test: dist upload-env
source .upload_env testing && twine upload --non-interactive --verbose -r testpypi dist/*

install-test:
pip install -i https://test.pypi.org/simple/ harmony
pip install -i https://test.pypi.org/simple/ harmony

upload: dist upload-env
source .upload_env release && twine upload --non-interactive --verbose -r pypi dist/*
Expand Down

0 comments on commit 790b75b

Please sign in to comment.