We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46a54a1 commit a872049Copy full SHA for a872049
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/checkout@master
16
- name: Exit if any RC release
17
- if: contains(github.ref, 'rc') == false
+ if: contains(${{ github.ref }}, 'rc') == false
18
uses: everlytic/branch-merge@1.1.2
19
with:
20
github_token: ${{ secrets.GITHUB_TOKEN }}
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "tidy3d"
3
-version = "2.6.0rc1" # Thinking about bump2version
+version = "2.6.0" # Thinking about bump2version
4
description = "A fast FDTD solver"
5
authors = ["Tyler Hughes <tyler@flexcompute.com>"]
6
license = "LGPLv2+"
0 commit comments