Skip to content

Setup DevContainer config #12

Setup DevContainer config

Setup DevContainer config #12

Workflow file for this run

name: Python CI
on:
workflow_dispatch:
push:
branches:
- main
tags:
- v*
pull_request:
jobs:
lint:
uses: darbiadev/.github/.github/workflows/python-lint.yaml@main
test:
needs: lint
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
python-version: [ "3.8", "3.9", "3.10", "3.11" ]
uses: darbiadev/.github/.github/workflows/python-test.yaml@main
with:
os: ${{ matrix.os }}
python-version: ${{ matrix.python-version }}
publish:

Check failure on line 28 in .github/workflows/python-ci.yaml

View workflow run for this annotation

GitHub Actions / Python CI

Invalid workflow file

The workflow is not valid. .github/workflows/python-ci.yaml (Line: 28, Col: 3): Error calling workflow 'darbiadev/.github/.github/workflows/python-pypi-publish.yaml@main'. The nested job 'build-publish' is requesting 'id-token: write', but is only allowed 'id-token: none'.
needs: test
uses: darbiadev/.github/.github/workflows/python-pypi-publish.yaml@main
secrets: inherit