File tree Expand file tree Collapse file tree 2 files changed +14
-13
lines changed
templates/github/.github/workflows Expand file tree Collapse file tree 2 files changed +14
-13
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.2.3 "
4+ version = " 0.2.4 "
55
66[deps ]
77DocStringExtensions = " ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Original file line number Diff line number Diff line change 11name : Register Package
22on :
33 workflow_dispatch :
4- inputs :
5- version :
6- description : Version to register or component to bump
7- required : true
4+ pull_request :
5+ types :
6+ - closed
7+ paths :
8+ - ' Project.toml'
9+ branches :
10+ - ' master'
11+ - ' main'
812jobs :
9- register :
10- runs-on : ubuntu-latest
11- permissions :
12- contents : write
13- steps :
14- - uses : julia-actions/RegisterAction@latest
15- with :
16- token : ${{ secrets.GITHUB_TOKEN }}
13+ Register :
14+ if : github.event_name == 'workflow_dispatch' || github.event.pull_request.merged == true
15+ uses : " ITensor/ITensorActions/.github/workflows/Registrator.yml@main"
16+ with :
17+ localregistry : ITensor/ITensorRegistry
You can’t perform that action at this time.
0 commit comments