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 abd2714 commit 2408c2eCopy full SHA for 2408c2e
Makefile
@@ -44,6 +44,16 @@ lint: pydeps
44
45
preflight: bandit test
46
47
+publish-pypi-test: clean venv build
48
+ . venv/bin/activate; \
49
+ python3 -m pip install --upgrade twine && \
50
+ python3 -m twine upload --repository testpypi dist/*
51
+
52
+publish-pypi: clean venv build
53
54
55
+ python3 -m twine upload --repository pypi dist/*
56
57
pydeps:
58
. venv/bin/activate; \
59
pip install --upgrade -q pip && \
0 commit comments