-
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
create a release script #7
Comments
@boegel did you have a script that does something similar for EasyBuild? |
then use this release url in https://github.com/hpcugent/vsc-install as the download url. |
I don't have a script, but I follow this procedure: https://github.com/hpcugent/easybuild/wiki/Release-process |
should also do clusterbuildrpm |
this script should also when creating a release to github: create a new 'release' branch, so the tarballs on github have all the files needed to install. |
Hopefully okay that I'll pile on here. I see that you are missing github releases (which this seems to be trying to address), and that the pypi tarballs do not contain the "test" directory so that you cannot run the test suite from them. |
We need a script that does releases to pipy and also creates releases on github, so we have a known url to put as download url (something like
%(github_url)s/archive/%(name)s-V%(version)s.tar.gz
The text was updated successfully, but these errors were encountered: