Skip to content

Use pytest-xdist to isolate tests #251

Use pytest-xdist to isolate tests

Use pytest-xdist to isolate tests #251

Workflow file for this run

---
name: dist
on:
pull_request:
push:
branches:
- main
tags:
- '*'
jobs:
ci:
uses: robotpy/build-actions/.github/workflows/package-pure.yml@v2025
with:
enable_sphinx_check: false
secrets:
META_REPO_ACCESS_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
PYPI_API_TOKEN: ${{ secrets.PYPI_PASSWORD }}