File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
templates/github/.github/workflows Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 11name = " ITensorPkgSkeleton"
22uuid = " 3d388ab1-018a-49f4-ae50-18094d5f71ea"
33authors = [" ITensor developers <support@itensor.org> and contributors" ]
4- version = " 0.3.0 "
4+ version = " 0.3.1 "
55
66[deps ]
77DocStringExtensions = " ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Original file line number Diff line number Diff line change 99 branches :
1010 - ' master'
1111 - ' main'
12+
13+ permissions :
14+ contents : write
15+ pull-requests : write
16+
1217jobs :
1318 Register :
1419 if : github.event_name == 'workflow_dispatch' || github.event.pull_request.merged == true
1520 uses : " ITensor/ITensorActions/.github/workflows/Registrator.yml@main"
1621 with :
1722 localregistry : ITensor/ITensorRegistry
23+ secrets :
24+ REGISTRATOR_KEY : ${{ secrets.REGISTRATOR_KEY }}
You can’t perform that action at this time.
0 commit comments