Skip to content

Merge pull request #842 from RWTH-EBC/FWuellhorst-patch-1 #108

Merge pull request #842 from RWTH-EBC/FWuellhorst-patch-1

Merge pull request #842 from RWTH-EBC/FWuellhorst-patch-1 #108

Workflow file for this run

name: Python CI
on:
push:
jobs:
ci:
uses: RWTH-EBC/ci_templates/.github/workflows/ci_pipeline.yml@main
secrets:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GITLAB_TOKEN: ${{ secrets.GITLAB_TOKEN }}
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
with:
PYTHON_VERSION: "3.13"
USE_PYLINT: true
USE_RUFF: true
BUILD_PACKAGE: true
GENERATE_DOCUMENTATION: true
USE_SEMANTIC_RELEASE: false
EXECUTE_TESTS: true
EXECUTE_COVERAGE_TEST: true
CONVERT_EXAMPLES: true
EXTRA_REQUIREMENTS: '[report,simulation]'
PYTHON_PACKAGE_NAME: 'teaser'
EXAMPLE_CONVERTER_CONFIG: 'teaser/examples/converter.toml'
PYPI_RELEASE: true