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

Retry is package as a development version #2

Closed
rgreinho opened this issue Apr 27, 2015 · 1 comment
Closed

Retry is package as a development version #2

rgreinho opened this issue Apr 27, 2015 · 1 comment

Comments

@rgreinho
Copy link
Contributor

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
@invl
Copy link
Owner

invl commented Apr 27, 2015

Thanks, I didn't know annotated tag was required, seems not mentioned in pbr documentation.

@invl invl closed this as completed Apr 27, 2015
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

2 participants