We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d1c922 commit 7235a20Copy full SHA for 7235a20
2 files changed
.github/workflows/TagBot.yml
@@ -11,6 +11,6 @@ jobs:
11
steps:
12
- uses: "JuliaRegistries/TagBot@v1"
13
with:
14
- token: "${{ secrets.GITHUB_TOKEN }}"
+ token: "${{ secrets.TAGBOT_PAT }}"
15
registry: "ITensor/ITensorRegistry"
16
ssh: "${{ secrets.DOCUMENTER_KEY }}"
Project.toml
@@ -1,6 +1,6 @@
1
name = "NestedPermutedDimsArrays"
2
uuid = "2c2a8ec4-3cfc-4276-aa3e-1307b4294e58"
3
-version = "0.1.15"
+version = "0.1.16"
4
authors = ["ITensor developers <support@itensor.org> and contributors"]
5
6
[compat]
0 commit comments