Skip to content

Publish Package to PyPi #14

Publish Package to PyPi

Publish Package to PyPi #14

Workflow file for this run

---
name: Publish Package to PyPi
on:
workflow_dispatch: # Allows to trigger the workflow manually in GitHub UI
jobs:
release:

Check failure on line 8 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / Publish Package to PyPi

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 8, Col: 3): Error calling workflow 'langchain-ai/langchain-benchmarks/.github/workflows/_release.yml@7f827618133f5b29552e99cd522e713b75896d00'. The nested job 'if_release' is requesting 'contents: write, id-token: write', but is only allowed 'contents: read, id-token: none'.
uses:
./.github/workflows/_release.yml
with:
working-directory: .
secrets: inherit