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 016422a commit 6915148Copy full SHA for 6915148
Makefile
@@ -16,7 +16,12 @@ clean-build:
16
python -m pip install --upgrade build
17
python -m build
18
19
+test-release:
20
+ python -m pip install --upgrade twine
21
+ python -m twine upload --repository testpythonpi dist\*
22
+
23
release:
24
25
python -m twine upload --repository testpythonpi dist\*
26
27
@@ -38,7 +43,12 @@ clean-build:
38
43
39
44
python3 -m build
40
45
46
47
+ python3 -m pip install --upgrade twine
48
+ python3 -m twine upload --repository testpypi dist/*
49
41
50
51
42
52
python3 -m twine upload --repository testpypi dist/*
53
54
0 commit comments