Skip to content

fix: dd PYO3_USE & upgrade requirements #3

fix: dd PYO3_USE & upgrade requirements

fix: dd PYO3_USE & upgrade requirements #3

Workflow file for this run

name: Deploy to GitHub Pages

Check failure on line 1 in .github/workflows/deploy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy.yml

Invalid workflow file

(Line: 13, Col: 5): Unexpected value 'env'
on:
push:
branches: ["main"]
workflow_dispatch:
jobs:
deploy:
uses: "getpelican/pelican/.github/workflows/github_pages.yml@main"
permissions:
contents: "read"
pages: "write"
id-token: "write"
env:
PYO3_USE_ABI3_FORWARD_COMPATIBILITY: "1"
with:
settings: "publishconf.py"
requirements: "-r requirements.txt"