Prerequisites
You need an account before starting, create one here.
Basic Python workflow
.pandaci/python-ci.workflow.ts
Using virtual environments
For more complex projects, you might want to use a virtual environment:
.pandaci/python-venv.workflow.ts
Using Poetry
If you're using Poetry for dependency management:
.pandaci/python-poetry.workflow.ts
Multiple Python versions
Test your code against multiple Python versions:
.pandaci/python-matrix.workflow.ts
Building and Publishing
Build and publish your Python package to PyPI:
.pandaci/python-publish.workflow.ts
Learn more about the workflow syntax.