Skip to content

Commit

Permalink
Install twine before releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
bblommers committed Dec 10, 2019
1 parent 8829073 commit 3fcc063
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ test:

release: check-version check-local-changes venv/bin/activate
@. venv/bin/activate ; \
pip install twine ; \
echo Versioning... ; \
awk '{sub(/'[0-9.]+'/,"${VERSION}")}1' src/migrator/__init__.py > temp.txt && mv temp.txt src/migrator/__init__.py; \
git add src/migrator/__init__.py ; \
Expand Down

0 comments on commit 3fcc063

Please sign in to comment.