Skip to content

Commit 158da5f

Browse files
committed
Cleaned up deployment
1 parent c2f5125 commit 158da5f

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,8 @@ release: dist ## package and upload a release
7676
@twine upload dist/*
7777

7878
dist: clean install-deploy ## builds source and wheel package
79-
@python setup.py sdist
80-
@python setup.py bdist_wheel
81-
@ls -l dist
79+
@pip install twine==3.4.1
80+
@python setup.py sdist bdist_wheel
8281

8382
increase-version: guard-PART ## Increase project version
8483
@bump2version $(PART)

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
"readme_renderer[md]",
1616
"changes",
1717
"git-changelog",
18-
"twine",
19-
"wheel",
2018
]
2119

2220
docs_requires = [

0 commit comments

Comments
 (0)