ifcquery, ifcedit, ifcmcp: add Makefiles and PyPI publish workflows#7859
Closed
brunopostle wants to merge 1 commit into
Closed
ifcquery, ifcedit, ifcmcp: add Makefiles and PyPI publish workflows#7859brunopostle wants to merge 1 commit into
brunopostle wants to merge 1 commit into
Conversation
These three packages were added to src/ but lacked the Makefile needed by common.mk to build distribution wheels, and the GitHub Actions workflow to publish them to PyPI. Adds make dist / make test / make qa targets and ci-*-pypi.yaml workflows matching the pattern used by ifcpatch, ifcclash, etc.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Makefiletosrc/ifcquery/,src/ifcedit/, andsrc/ifcmcp/— required bysrc/common.mkto build distribution wheels viamake distci-ifcquery-pypi.yaml,ci-ifcedit-pypi.yaml,ci-ifcmcp-pypi.yamlGitHub Actions workflows to publish these packages to PyPI on manual triggerThese three packages were recently added to the repo but couldn't be published because the build/publish infrastructure was missing. The workflows follow the same pattern as
ci-ifcpatch-pypi.yaml,ci-ifcclash-pypi.yaml, etc.Test plan
make dist IS_STABLE=TRUEproduces a wheel indist/for each packageworkflow_dispatchto publish initial versions to PyPI