Skip to content

pip still has old version 0.8.2 #295

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

Closed
robertaistleitner opened this issue Feb 6, 2017 · 7 comments
Closed

pip still has old version 0.8.2 #295

robertaistleitner opened this issue Feb 6, 2017 · 7 comments

Comments

@robertaistleitner
Copy link

On github there's already a 0.9.0 release, which is not available from python pip.

@lafrech
Copy link
Member

lafrech commented Feb 7, 2017

Thanks @robertaistleitner for the feedback.

@wojcikstefan could it be because the automatic PyPI upload works only if the build passes?

I can't push manually: I don't have the privileges on PyPI.

(We should be publishing a 0.9.1 soon, hopefully with build passing and automatic PyPI upload will work.)

@BillRainford
Copy link

I've been hitting this as well and eagerly waiting on that 0.9.1 release.

@wojcikstefan
Copy link
Member

@robertaistleitner @lafrech @BillRainford sorry about the delay on this one. I just pushed out a dummy commit that should trigger the deployment to PyPI. If that doesn't work, I'll investigate further. Appreciate your patience!

@wojcikstefan
Copy link
Member

dummy commit that should trigger the deployment to PyPI.

Nevermind, we only publish to PyPI upon tagged commits (i.e. when you make a GitHub release).

I uploaded v0.9.0 manually and just released v0.9.1. Will make sure Travis deploys it properly.

@lafrech
Copy link
Member

lafrech commented Feb 16, 2017

Apparently, it didn't.

@wojcikstefan
Copy link
Member

Thanks @lafrech! The problem was caused by the branches setting in .travis.yml which prevented tags from being built, and which I removed in 5c947c7. A dummy v0.9.2 release just started building:

screen shot 2017-02-16 at 6 06 45 pm

@wojcikstefan
Copy link
Member

https://travis-ci.org/MongoEngine/flask-mongoengine/jobs/202436692#L553 worked. Thanks guys for your help and your patience!

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

4 participants