Skip to content

Commit 0bdebb7

Browse files
committed
Test release
1 parent a4c72c2 commit 0bdebb7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/cd.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ name: CD
66
on:
77
push:
88
branches: [ master, main ]
9+
paths:
10+
- "pyproject.toml"
11+
- ".github/workflows/cd.yml"
912

1013
jobs:
1114
release:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ include = ["gcaa*"]
1414

1515
[project]
1616
name = "gcaa"
17-
version = "0.1.0"
17+
version = "0.1.1"
1818
authors = [
1919
{ name = "Martin" },
2020
]

0 commit comments

Comments
 (0)