Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.9.0 not on PyPi #1922

Open
mojicae opened this issue Nov 14, 2024 · 6 comments
Open

3.9.0 not on PyPi #1922

mojicae opened this issue Nov 14, 2024 · 6 comments
Assignees

Comments

@mojicae
Copy link
Contributor

mojicae commented Nov 14, 2024

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

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

@mojicae
Copy link
Contributor Author

mojicae commented Nov 14, 2024

Fix is here: #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

@studioj studioj self-assigned this Nov 22, 2024
@AH-Hammi
Copy link

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

@wulmer
Copy link
Contributor

wulmer commented Dec 17, 2024

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)

@studioj
Copy link
Collaborator

studioj commented Dec 18, 2024

@ssbarnea ?

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

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

@AH-Hammi
Copy link

@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.

@studioj
Copy link
Collaborator

studioj commented Dec 18, 2024

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants