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
The retry package on the PyPI is marked as a development version (denoted by .dev83 at the end of the name). The actual name of the package should be retry-0.9.0-py2.py3-none-any.whl
One way to repackage it properly is the following:
git tag -a 0.9.0 -m "v0.9.0" d56f5f9
git checkout -b v0.9.0 0.9.0
python3 setup.py sdist bdist_wheel
The text was updated successfully, but these errors were encountered:
The retry package on the PyPI is marked as a development version (denoted by
.dev83
at the end of the name). The actual name of the package should beretry-0.9.0-py2.py3-none-any.whl
One way to repackage it properly is the following:
git tag -a 0.9.0 -m "v0.9.0" d56f5f9 git checkout -b v0.9.0 0.9.0 python3 setup.py sdist bdist_wheel
The text was updated successfully, but these errors were encountered: