Skip to content

Commit 5a15f08

Browse files
Still trying
1 parent fd5abee commit 5a15f08

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

.github/workflows/static.yml

-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,8 @@
22
name: Publish Website
33

44
on:
5-
# Runs on pushes targeting the default branch
65
push:
76
branches: ["main"]
8-
9-
# Allows you to run this workflow manually from the Actions tab
107
workflow_dispatch:
118

129
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages

VERSION.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1.0

pyproject.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,5 @@ dependencies = [
3030
[project.urls]
3131
Source = "https://thedeanlab.github.io"
3232

33-
3433
[tool.setuptools.dynamic]
35-
version = 1.0
34+
version = { file = "VERSION.txt" }

0 commit comments

Comments
 (0)