-
Notifications
You must be signed in to change notification settings - Fork 0
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
First cut at fixing publication bugs #7
Conversation
@@ -6,6 +6,12 @@ submitr | |||
Change Log | |||
---------- | |||
|
|||
0.3.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can/should remove the scripts/publish file as well, no?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I guess so. I'm going to just disable it for now to make sure, but I traced through the call history and it seems GA is (quite indirectly) calling your script from dcicutils.
…nted to make things a bit more aesthetic.
I also changed around the way modules and submodules headings are done to be a little more aesthetic (better indentation and avoiding some spurious links to subcontent that is not there). |
The remaining changes are small so I'll just go ahead and merge. If anyone sees any issues with that, submit a bug report and I'll fix it later. |
Do a
make build
notmake configure
before running the publication command. (The virtual env has to not just exist but actually contain the right libraries.)Note that I tested this by attaching a beta (0.3.1.1b0) tag, and the auto-publish worked to that in pypi, so I'm pretty confident this change works. (I've since then de-beta'd as 0.3.2 so this is ready to merge.)