File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ format: install-releasetools
64
64
# Release this piece of software
65
65
# Synopsis:
66
66
# make release bump=minor (major,minor,patch)
67
- release : bumpversion push sdist pypi-upload
67
+ release : bumpversion push build pypi-upload
68
68
69
69
70
70
# -------------
@@ -86,11 +86,11 @@ bumpversion: install-releasetools
86
86
push :
87
87
git push && git push --tags
88
88
89
- sdist :
90
- @$(python ) setup.py sdist
89
+ build :
90
+ @$(python ) -m build
91
91
92
92
pypi-upload : install-releasetools
93
- twine upload --skip-existing --verbose dist/* .tar.gz
93
+ twine upload --skip-existing --verbose dist/{ * .tar.gz, * .whl}
94
94
95
95
install-doctools : setup-virtualenv
96
96
@$(pip ) install --quiet --requirement requirements-docs.txt --upgrade
Original file line number Diff line number Diff line change 3
3
keyring<24
4
4
black<24
5
5
isort<6
6
+ build<1
You can’t perform that action at this time.
0 commit comments