We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49b8d0e commit 1ec59a5Copy full SHA for 1ec59a5
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 = "FunctionImplementations"
2
uuid = "7c7cc465-9c6a-495f-bdd1-f42428e86d0c"
3
-version = "0.4.11"
+version = "0.4.12"
4
authors = ["ITensor developers <support@itensor.org> and contributors"]
5
6
[workspace]
0 commit comments