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
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.
The text was updated successfully, but these errors were encountered:
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.
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
However, the current HEAD of
master
(0a80230 as of this writing) works fine in Python 3. This was tested with CPython 3.9 inubuntu-latest
in GitHub Actions.The text was updated successfully, but these errors were encountered: