Skip to content

Commit

Permalink
Fix twine invocation.
Browse files Browse the repository at this point in the history
  • Loading branch information
mlucy-stripe committed Dec 5, 2019
1 parent ce8db15 commit 7b9bca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basilica/deploy.sh
@@ -1,3 +1,3 @@
set +eux
python setup.py sdist
twine upload dist/*
python -m twine upload dist/*

0 comments on commit 7b9bca7

Please sign in to comment.