Skip to content

feat: added Python 3.14 to list of available containers (#367) #146

feat: added Python 3.14 to list of available containers (#367)

feat: added Python 3.14 to list of available containers (#367) #146

Workflow file for this run

name: "(Release) Release dev container templates"
on:
workflow_dispatch:
push:
branches:
- main
jobs:
deploy:
if: ${{ github.ref == 'refs/heads/main' }}
runs-on: ubuntu-latest
permissions:
packages: write
steps:
- uses: actions/checkout@v5
- name: "Publish"
uses: devcontainers/action@v1
with:
publish-templates: "true"
base-path-to-templates: "./src"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}