Thanks to visit codestin.com Credit goes to github.com
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 d99b2d4 commit f86f09eCopy full SHA for f86f09e
1 file changed
Makefile
@@ -15,6 +15,6 @@ release: clean
15
make force_release
16
17
force_release: clean
18
- git push --tags origin main
19
- python -m build --sdist --wheel
+ python3 -m build --sdist --wheel
20
twine upload dist/*
+ git push --tags origin main
0 commit comments