Skip to content

Commit bb1c0f2

Browse files
committed
Add alternative upload to pypi
1 parent 920b1b0 commit bb1c0f2

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CONTRIBUTING.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,14 @@ The following command builds a package and uploads it to PIP repository.
102102

103103
python setup.py sdist upload
104104

105+
Alternative way
106+
107+
::
108+
109+
python -m pip install build twine
110+
python -m build
111+
twine upload dist/*
112+
105113
An alternative way you can use next command
106114

107115
::

atlassian/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.41.0
1+
3.41.1

0 commit comments

Comments
 (0)