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

Publish Python 3-compatible release of pypi-release #5

Closed
ghost opened this issue May 24, 2021 · 4 comments
Closed

Publish Python 3-compatible release of pypi-release #5

ghost opened this issue May 24, 2021 · 4 comments

Comments

@ghost
Copy link

ghost commented May 24, 2021

Would it be possible to publish a new version of pypi-release to public PyPi?

Right now 1.0.1 is the latest release of pypi-release available in public PyPi. It is not Python 3-compatible, failing with

Traceback:
  …
  File "…/site-packages/pypi_release/pypi_release.py", line 73
    print "wait until %s is available in S3..." % key
          ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("wait until %s is available in S3..." % key)?

However, the current HEAD of master (0a80230 as of this writing) works fine in Python 3. This was tested with CPython 3.9 in ubuntu-latest in GitHub Actions.

@jparise
Copy link
Collaborator

jparise commented May 24, 2021

The previous PyPI maintainer is no longer a Pinterest employee so I've started the process to bring it back under our control so we'll be able to make new releases.

pypi/support#1108

@ghost
Copy link
Author

ghost commented Jun 8, 2021

@jparise Any luck getting ownership of the PyPi project?

@jparise
Copy link
Collaborator

jparise commented Jun 8, 2021

Nothing yet.

@jparise
Copy link
Collaborator

jparise commented Jul 20, 2021

The ownership transfer just went through, and I just published version 1.0.2 to PyPi.

@jparise jparise closed this as completed Jul 20, 2021
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

1 participant