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 ded846d commit d6d8ecdCopy full SHA for d6d8ecd
Makefile
@@ -17,6 +17,6 @@ release: clean
17
force_release: clean
18
# IF we're in a virtual environment, add build tools
19
test -z "$$VIRTUAL_ENV" || pip install -U build twine
20
- python3 -m build --sdist --wheel
+ python3 -m build --sdist --wheel || echo "Use a virtual-env with 'python -m venv env && source env/bin/activate' instead"
21
twine upload dist/*
22
git push --tags origin main
0 commit comments