Skip to content
This repository has been archived by the owner on May 15, 2020. It is now read-only.

Commit

Permalink
Merge pull request #86 from kpn/feature/fix-build
Browse files Browse the repository at this point in the history
FIX: Force pip version to fix build
  • Loading branch information
mjholtkamp committed Mar 30, 2020
2 parents a8c7b00 + d2f7ace commit d40731b
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 @@ -142,6 +142,7 @@ setup.py:
@echo 'setup.py created'

publish: setup.py
$(PIP) install -U pip
$(PYTHON) setup.py sdist bdist_wheel
$(TWINE) check dist/*
$(TWINE) upload dist/*
Expand Down

0 comments on commit d40731b

Please sign in to comment.