-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
v2018.10.13 tag points to wrong version #3098
Comments
It was tagged late while I was on vacation, it is identical in every other way. |
Issue is I'm trying to automatically build a wheel and checking out v2018.10.13 and building results in a wheel with the wrong version in the name so I'd need to put a manual workaround in place to fix that specific version I am trying to workaround this Artifactory bug https://www.jfrog.com/jira/browse/RTFACT-16189 |
Ah ok I can push the right tag in a bit, apologies. The only difference is the version in the version file I just tagged out of order because I was on vacation / not using my normal tooling |
Awesome, thanks! |
@techalchemy 2018.11.26 also has a wrong version: Line 5 in 742ae1b
So, when installed from GitHub, not PyPI, it gives: $ pipenv --version
pipenv, version 2018.11.15.dev0 |
#3326 seem to be more or less the same |
Issue description
Expected result
Actual result
Steps to replicate
clone repo
checkout v2018.10.13 tag
check version file
Looks like the v2018.10.13 tag is attached to the wrong commit. The v2018.10.9 tag appears correct. This makes it difficult to build this specific version
The text was updated successfully, but these errors were encountered: