This commit is contained in:
Patrick Lehmann
2025-10-19 01:22:16 +02:00
committed by GitHub
27 changed files with 318 additions and 527 deletions

View File

@@ -8,11 +8,14 @@ jobs:
SimplePackage:
uses: pyTooling/Actions/.github/workflows/CompletePipeline.yml@main
with:
package_name: myPackage
codecov: true
codacy: true
dorny: true
cleanup: false
package_name: 'myPackage'
unittest_python_version: '3.13' # workaround to use Sphinx in Python 3.13 for sphinx_reports not yet supporting lxml 6.0
bandit: 'true'
pylint: 'true'
codecov: 'true'
codacy: 'true'
dorny: 'true'
cleanup: 'false'
secrets:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}