Skip to content

Commit

Permalink
Update upload command
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbrzt committed Feb 6, 2021
1 parent 3426030 commit 173e622
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 @@ -150,7 +150,7 @@ publish-no-test:
@echo "$(VERSION)" | grep -q "dev" && echo '!!!Not publishing dev version!!!' && exit 1 || echo ok
make build
make twine-check
$(VENV_BIN)/twine upload dist/*
$(VENV_BIN)/twine upload --repository=httpie dist/*
@echo


Expand Down

0 comments on commit 173e622

Please sign in to comment.