jira icon indicating copy to clipboard operation
jira copied to clipboard

3.9.0 not on PyPi

Open mojicae opened this issue 1 year ago • 12 comments

Any idea when 3.9.0 will land on PyPi? I am currently only seeing 3.8.0

https://pypi.org/project/jira/

mojicae avatar Nov 14 '24 20:11 mojicae

Fix is here: https://github.com/pycontribs/jira/pull/1923

Also saw someone opened a PR for this last week, so if that gets merged, mine can be closed as well as this issue

mojicae avatar Nov 14 '24 21:11 mojicae

The new Version is still not available on PyPi, is there any plan on when this will happen?

AH-Hammi avatar Dec 12 '24 13:12 AH-Hammi

The problem is that the release workflow is not working correctly due to missing 2FA setup:

400 User 'pycontribs' does not have two-factor authentication enabled. Please enable two-factor authentication before attempting to upload to PyPI. See https://test.pypi.org/help/#two-factor-authentication for more information.

(from: https://github.com/pycontribs/jira/actions/runs/12073287832/job/33669085296)

wulmer avatar Dec 17 '24 10:12 wulmer

@ssbarnea ?

@AH-Hammi I think this could be a possible workaround

pip install git+https://github.com/pycontribs/jira

studioj avatar Dec 18 '24 09:12 studioj

@studioj yeah, I forgot to post my temporary workaround. Thank you for presenting here again :) The thing is, that this option is not version stable. Therefore, this shouldn't be used in any kind of deployment. And I want to build a program with some new functionality.

AH-Hammi avatar Dec 18 '24 09:12 AH-Hammi

@studioj yeah, I forgot to post my temporary workaround. Thank you for presenting here again :) The thing is, that this option is not version stable. Therefore, this shouldn't be used in any kind of deployment. And I want to build a program with some new functionality.

We need the owner @ssbarnea to unblock this I think... I'll have a look at other pycontribs repos to see if I could get this unblocked.

You could pip install git+{url of tag} to lock it to the specific version

studioj avatar Dec 18 '24 10:12 studioj

Paging @ssbarnea: It looks like you are the only one who can fix the release workflow.

gpflaum avatar Jan 15 '25 02:01 gpflaum

Any news?

wblondel avatar Mar 10 '25 14:03 wblondel

Hey just chiming in here as well.

jimcarreer avatar Apr 01 '25 13:04 jimcarreer

@ssbarnea tried to get CI up and running again, but it seems we're not there yet

studioj avatar Apr 01 '25 20:04 studioj

@ssbarnea tried to get CI up and running again, but it seems we're not there yet

I can maybe try and help this weekend?

jimcarreer avatar Apr 02 '25 09:04 jimcarreer

temporary fix available like so => also shown in the readme

pip install https://github.com/pycontribs/jira/releases/download/3.10.1/jira-3.10.1-py3-none-any.whl

studioj avatar Apr 29 '25 21:04 studioj

https://pypi.org/project/jira/3.10.5

studioj avatar Jul 28 '25 12:07 studioj