We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2f5125 commit 158da5fCopy full SHA for 158da5f
Makefile
@@ -76,9 +76,8 @@ release: dist ## package and upload a release
76
@twine upload dist/*
77
78
dist: clean install-deploy ## builds source and wheel package
79
- @python setup.py sdist
80
- @python setup.py bdist_wheel
81
- @ls -l dist
+ @pip install twine==3.4.1
+ @python setup.py sdist bdist_wheel
82
83
increase-version: guard-PART ## Increase project version
84
@bump2version $(PART)
setup.py
@@ -15,8 +15,6 @@
15
"readme_renderer[md]",
16
"changes",
17
"git-changelog",
18
- "twine",
19
- "wheel",
20
]
21
22
docs_requires = [
0 commit comments