Skip to content

chore(deps): bump pandas from 2.2.3 to 2.3.3 #71

chore(deps): bump pandas from 2.2.3 to 2.3.3

chore(deps): bump pandas from 2.2.3 to 2.3.3 #71

Workflow file for this run

name: pipeline
on: [push]
jobs:
call-python-package-workflow:

Check failure on line 6 in .github/workflows/pipeline.yml

View workflow run for this annotation

GitHub Actions / pipeline

Invalid workflow file

The workflow is not valid. .github/workflows/pipeline.yml (Line: 6, Col: 3): Error calling workflow 'psyb0t/reusable-github-workflows/.github/workflows/python-package-workflow.yml@master'. The nested job 'pypi-publish' is requesting 'id-token: write', but is only allowed 'id-token: none'. .github/workflows/pipeline.yml (Line: 6, Col: 3): Error calling workflow 'psyb0t/reusable-github-workflows/.github/workflows/python-package-workflow.yml@master'. The nested job 'release' is requesting 'actions: write, attestations: write, checks: write, contents: write, deployments: write, discussions: write, issues: write, models: read, packages: write, pages: write, pull-requests: write, repository-projects: write, statuses: write, security-events: write, id-token: write', but is only allowed [...]
uses: psyb0t/reusable-github-workflows/.github/workflows/python-package-workflow.yml@master
with:
python_version: "3.12.0"
install_dependencies_command: "make dep"
build_command: "make build"
dist_dir: "dist"
enable_code_checks: false # TODO: enable and fix
debug: true
secrets:
pypi_api_token: ${{ secrets.PYPI_API_TOKEN }}