Skip to content

Allowing short names for method and DFT functionals #21

Allowing short names for method and DFT functionals

Allowing short names for method and DFT functionals #21

Workflow file for this run

name: Release
on:
workflow_dispatch:
release:
types: [published]
branches:
- "main"
jobs:
release:
name: Release
uses: molssi-seamm/devops/.github/workflows/Release.yaml@main
with:
src: psi4_step
secrets: inherit
docker:
name: Docker
needs: release
uses: molssi-seamm/devops/.github/workflows/Docker.yaml@main
with:
image : molssi-seamm/seamm-psi4
description: An Psi4 executable packaged for use with SEAMM or standalone
# Can limit platforms, e.g., linux/amd64, linux/arm64
platforms: linux/amd64
secrets: inherit