We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75372f0 commit d132849Copy full SHA for d132849
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 = "ITensorNetworks"
2
uuid = "2919e153-833c-4bdc-8836-1ea460a35fc7"
3
-version = "0.15.17"
+version = "0.15.18"
4
authors = ["Matthew Fishman <mfishman@flatironinstitute.org>, Joseph Tindall <jtindall@flatironinstitute.org> and contributors"]
5
6
[deps]
0 commit comments