You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: add warning about broken PyPI release and provide temporary installation instructions (#2348)
* docs: add warning about broken PyPI release and provide temporary installation instructions
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
in your requirements.txt or pyproject.toml you can temporarily add this release like so.
40
+
41
+
.. code-block:: bash
42
+
43
+
requests # or any other package in your project
44
+
https://github.com/pycontribs/jira/releases/download/3.10.1/jira-3.10.1-py3-none-any.whl # please check if pypi releases are ok again here https://pypi.org/project/jira/
45
+
46
+
sorry for the inconvenience, this message will disappear once the issues are solved.
47
+
48
+
______
49
+
50
+
21
51
This library eases the use of the Jira REST API from Python and it has been used in production for years.
22
52
23
53
As this is an open-source project that is community maintained, do not be surprised if some bugs or features are not implemented quickly enough.
0 commit comments