We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd5abee commit 5a15f08Copy full SHA for 5a15f08
.github/workflows/static.yml
@@ -2,11 +2,8 @@
2
name: Publish Website
3
4
on:
5
- # Runs on pushes targeting the default branch
6
push:
7
branches: ["main"]
8
-
9
- # Allows you to run this workflow manually from the Actions tab
10
workflow_dispatch:
11
12
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
VERSION.txt
@@ -0,0 +1 @@
1
+1.0
pyproject.toml
@@ -30,6 +30,5 @@ dependencies = [
30
[project.urls]
31
Source = "https://thedeanlab.github.io"
32
33
34
[tool.setuptools.dynamic]
35
-version = 1.0
+version = { file = "VERSION.txt" }
0 commit comments