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 920b1b0 commit bb1c0f2Copy full SHA for bb1c0f2
CONTRIBUTING.rst
@@ -102,6 +102,14 @@ The following command builds a package and uploads it to PIP repository.
102
103
python setup.py sdist upload
104
105
+Alternative way
106
+
107
+::
108
109
+ python -m pip install build twine
110
+ python -m build
111
+ twine upload dist/*
112
113
An alternative way you can use next command
114
115
::
atlassian/VERSION
@@ -1 +1 @@
1
-3.41.0
+3.41.1
0 commit comments