Skip to content

Commit 3a8536f

Browse files
authored
Merge pull request #56 from enter-at/fix/deploy
fix build target in Makefile
2 parents 43fa566 + 81a4bab commit 3a8536f

File tree

3 files changed

+53
-86
lines changed

3 files changed

+53
-86
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,7 @@ coverage:
8888
coverage report -m
8989

9090
build:
91-
python -m pip install pep517
92-
python -m pep517.build -s -b .
91+
python setup.py sdist bdist_wheel
9392

9493
pypi:
9594
twine upload dist/*

Pipfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,3 @@ rope = "*"
2828
twine = "*"
2929
pydocstyle = "*"
3030
tox-pipenv-install = "*"
31-
pep517 = "*"

Pipfile.lock

Lines changed: 52 additions & 83 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)