atlassian-python-api icon indicating copy to clipboard operation
atlassian-python-api copied to clipboard

New release

Open Neil-Welsh opened this issue 1 year ago • 2 comments

an issue was fixed a few days ago which would is blocking some of our development can you please do a release with the latest code base in? https://github.com/atlassian-api/atlassian-python-api/pull/1413

Neil-Welsh avatar Jun 13 '24 09:06 Neil-Welsh

Another option is installing the specific commit/branch.

python -m pip install -e 'git+https://git.repo/some_pkg.git#egg=SomePackage'          # from git
python -m pip install -e 'hg+https://hg.repo/some_pkg.git#egg=SomePackage'            # from mercurial
python -m pip install -e 'svn+svn://svn.repo/some_pkg/trunk/#egg=SomePackage'         # from svn
python -m pip install -e 'git+https://git.repo/some_pkg.git@feature#egg=SomePackage'  # from 'feature' branch
python -m pip install -e 'git+https://git.repo/some_repo.git#egg=subdir&subdirectory=subdir_path' # install a python package from a repo subdirectory

Taken from https://pip.pypa.io/en/stable/cli/pip_install/

djgoku avatar Jun 13 '24 12:06 djgoku

@djgoku @Neil-Welsh
deployed a new release. also, that info will be added into docs. Thanks for your helps and informings.

gonchik avatar Jun 14 '24 05:06 gonchik