Skip to content

Upgrade to NamedDimsArrays v0.8 (#8) #6

Upgrade to NamedDimsArrays v0.8 (#8)

Upgrade to NamedDimsArrays v0.8 (#8) #6

Workflow file for this run

name: Register Package
on:
workflow_dispatch:
push:
branches:
- 'master'
- 'main'
paths:
- 'Project.toml'
permissions:
contents: write
pull-requests: write
jobs:
Register:
uses: "ITensor/ITensorActions/.github/workflows/Registrator.yml@main"
with:
localregistry: ITensor/ITensorRegistry
secrets:
REGISTRATOR_KEY: ${{ secrets.REGISTRATOR_KEY }}