8000 Fixed wheel support · randy3465/twilio-python@487fce1 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 487fce1

Browse files
author
Paul Hallett
committed
Fixed wheel support
1 parent c9b0fda commit 487fce1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ docs-install:
2525
docs:
2626
. venv/bin/activate; cd docs && make html
2727

28-
release: venv
28+
release: test-install
2929
. venv/bin/activate; python setup.py sdist upload
3030
. venv/bin/activate; python setup.py bdist_wheel upload
3131

32-
build: venv
32+
build: test-install
3333
. venv/bin/activate; python setup.py sdist
3434
. venv/bin/activate; python setup.py bdist_wheel
3535

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
[wheel]
1+
[bdist_wheel]
22
universal = 1

0 commit comments

Comments
 (0)
0