We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ea45e9 commit 6e9bb0cCopy full SHA for 6e9bb0c
2 files changed
Project.toml
@@ -1,6 +1,6 @@
1
name = "ITensorPkgSkeleton"
2
uuid = "3d388ab1-018a-49f4-ae50-18094d5f71ea"
3
-version = "0.3.32"
+version = "0.3.33"
4
authors = ["ITensor developers <support@itensor.org> and contributors"]
5
6
[workspace]
templates/.github/workflows/TagBot.yml.template
@@ -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 }}"
0 commit comments