Skip to content

Update python Docker tag to v3.12.0 #9

Update python Docker tag to v3.12.0

Update python Docker tag to v3.12.0 #9

Workflow file for this run

name: deploy
on:
pull_request_target:
types: closed
permissions:
id-token: write
contents: read
jobs:
deploy:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: np-complete/publish-book-action@v1