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

Bugfix: version number wasn't appearing in container builds #42

Merged
merged 2 commits into from
Dec 10, 2022

Conversation

m4wh6k
Copy link
Contributor

@m4wh6k m4wh6k commented Dec 9, 2022

What and why?

After switching to using a pyproject.toml, boardwalk and boardwalkd where no longer outputting the correct package version number specifically when built as a distribution package. It was appearing as 0.0.0 in on the CLI and in the UI. After some head-scratching, I realized that this issue resolves if arguments are passed to build explicitly. I'm assuming this might be a bug in setuptools, but I'm not entirely certain. I tried using the latest version and the situation didn't resolve.

How was this tested?

Tested by building and running boardwalk as a container locally, which uses the dist package

Checklist

  • Have you updated the VERSION file (if applicable)?

Makefile Outdated Show resolved Hide resolved
Copy link
Contributor

@asullivan-blze asullivan-blze left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@m4wh6k m4wh6k merged commit 398b112 into main Dec 10, 2022
@m4wh6k m4wh6k deleted the boardwalk-ver-num-issue branch December 10, 2022 00:24
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