We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a887a7 commit 955ba4bCopy full SHA for 955ba4b
2 files changed
Project.toml
@@ -1,7 +1,7 @@
1
name = "ITensorPkgSkeleton"
2
uuid = "3d388ab1-018a-49f4-ae50-18094d5f71ea"
3
authors = ["ITensor developers <support@itensor.org> and contributors"]
4
-version = "0.2.4"
+version = "0.2.5"
5
6
[deps]
7
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
templates/downstreampkgs/.github/workflows/IntegrationTest.yml
@@ -5,7 +5,11 @@ on:
branches:
- 'main'
tags: '*'
8
+ paths:
9
+ - 'Project.toml'
10
pull_request:
11
12
13
14
jobs:
15
integration-test:
0 commit comments