Skip to content

Commit

Permalink
Add alternative upload to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
gonchik committed Aug 27, 2023
1 parent 920b1b0 commit bb1c0f2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,14 @@ The following command builds a package and uploads it to PIP repository.

python setup.py sdist upload

Alternative way

::

python -m pip install build twine
python -m build
twine upload dist/*

An alternative way you can use next command

::
Expand Down
2 changes: 1 addition & 1 deletion atlassian/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.41.0
3.41.1

0 comments on commit bb1c0f2

Please sign in to comment.