Skip to content

Updates for 2027

Updates for 2027 #124

Workflow file for this run

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