-
Notifications
You must be signed in to change notification settings - Fork 27
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
auto publish master builds to pypi #63
Comments
there's already the |
If you want to let Travis do this, we might as well switch to Travis entirely. Please don't start mixing Jenkins & Travis for a project. |
EasyBuild bootstrap got broken again after merge of #66 because no new release of Any ETA for getting this fixed? Maybe we should have a separate Jenkins jobs that reacts to |
I'll start working on this (because I'm often bitten by this) I'll create a new setup.py command: jenkins_run We could then create 1 Jenkinsfile that only does: set up setuptools, install vsc-install, call any remarks? |
a procedure and/or a new |
Is it really possible to revoke a release? This would probably mean reupload the previous version with a higher version number. |
You can remove the sources from PyPI, but it should be done with great care, since you can never re-upload again for the same version. Removing sources is frowned upon, all software has bugs, just do a new release with a bumped version... |
see also #7 |
when master builds correctly and a version was bumped, (perhaps by checking if this is a specific tag?) the packages should be built and pushed to pypi.
options:
The text was updated successfully, but these errors were encountered: