Skip to content

Commit

Permalink
chore: activate venv for twine upload
Browse files Browse the repository at this point in the history
  • Loading branch information
mplanchard committed Oct 25, 2019
1 parent a2993ba commit 3a6827a
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 @@ -51,7 +51,7 @@ clean:
distribute: build
$(VENV) scripts/check_ready_to_distribute.py $(VERSION)
git tag -s "v$(VERSION)"
twine upload -s dist/*
$(VENV) twine upload -s dist/*
git push --tags

fmt: venv
Expand Down

0 comments on commit 3a6827a

Please sign in to comment.