Skip to content

Fix package-build shell command separation

Duggan, John requested to merge 11-fix-package-build-ci into main

Summary of Changes

Without the ampersands, the PyPI poetry publish command will fail due to thinking that the command contains arguments to the previous poetry publish command for the package registry.

Checklist

  • The MR has a clear and concise title
  • Code is self-documented and follows style guidelines.
  • Automated tests are written and pass successfully.
  • Regression tests (e.g. manually triggered system tests, manual GUI/tool tests, ...) are performed to make sure the MR does not break anything (when applicable)
  • Readme file is present and up-to-date.

Documentation Updates

Additional Notes

Closes #11 (closed)

Merge request reports