Skip to content

feat(runtime): add support for custom python executable and env in scans #2

feat(runtime): add support for custom python executable and env in scans

feat(runtime): add support for custom python executable and env in scans #2

Workflow file for this run

name: Package Validation
on:
pull_request:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Build sdist and wheel
run: python -m pip install --upgrade build twine && python -m build && python -m twine check dist/*
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: dist
path: dist/