Skip to content
Snippets Groups Projects
  1. Jan 08, 2025
    • Frank Baier's avatar
      Update .gitlab-ci.yml to include versioneer vendor install · 7ce2a75d
      Frank Baier authored
      Added a step to install versioneer with the `--vendor` flag in the CI pipeline. This ensures versioneer is properly set up for managing versioning during builds. The change helps streamline the build and deployment process.
      7ce2a75d
    • Frank Baier's avatar
      Add versioneer to CI pipeline dependencies · 6eef63b7
      Frank Baier authored
      This change updates the .gitlab-ci.yml file to include versioneer in the pipeline dependencies. It ensures proper version management during the build process. The renaming of `versioneer.py` to `versioneer.py.bak` is likely related to this adjustment.
      6eef63b7
    • Frank Baier's avatar
      Add pyproject.toml and GitLab CI for project setup · 936f64ec
      Frank Baier authored
      Introduced a `pyproject.toml` file to define project metadata, dependencies, and Python version requirements. Added a `.gitlab-ci.yml` for automated builds and PyPI package uploads in the CI pipeline.
      936f64ec
Loading