Skip to content
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

Merged
merged 5 commits into from
Aug 12, 2023
Merged

Conversation

netsettler
Copy link

@netsettler netsettler commented Aug 12, 2023

Do a make build not make 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.)

@@ -6,6 +6,12 @@ submitr
Change Log
----------

0.3.2
Copy link
Collaborator

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?

Copy link
Author

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.

@netsettler
Copy link
Author

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).

@netsettler
Copy link
Author

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.

@netsettler netsettler merged commit 3ffcd51 into master Aug 12, 2023
3 checks passed
@netsettler netsettler deleted the kmp_auto_publish branch September 26, 2023 21:53
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

Successfully merging this pull request may close these issues.

2 participants