Skip to content

Update for 2025 beta #1

Update for 2025 beta

Update for 2025 beta #1

Workflow file for this run

---
name: dist
on:
pull_request:
push:
branches:
- main
tags:
- '*'
jobs:
ci:

Check failure on line 13 in .github/workflows/dist.yml

View workflow run for this annotation

GitHub Actions / dist

Invalid workflow file

The workflow is not valid. .github/workflows/dist.yml (Line: 13, Col: 3): Error calling workflow 'robotpy/build-actions/.github/workflows/package-pure.yml@v2025'. The nested job 'publish' is requesting 'id-token: write', but is only allowed 'id-token: none'.
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 }}
check-mypy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.13"
- name: Install requirements
run: |
pip --disable-pip-version-check install mypy setuptools wheel setuptools_scm
pip --disable-pip-version-check install --no-build-isolation -e .
- name: Run mypy
uses: liskin/gh-problem-matcher-wrap@v2
with:
linters: mypy
run: mypy --show-column-numbers commands2