We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4c72c2 commit 0bdebb7Copy full SHA for 0bdebb7
.github/workflows/cd.yml
@@ -6,6 +6,9 @@ name: CD
6
on:
7
push:
8
branches: [ master, main ]
9
+ paths:
10
+ - "pyproject.toml"
11
+ - ".github/workflows/cd.yml"
12
13
jobs:
14
release:
pyproject.toml
@@ -14,7 +14,7 @@ include = ["gcaa*"]
15
[project]
16
name = "gcaa"
17
-version = "0.1.0"
+version = "0.1.1"
18
authors = [
19
{ name = "Martin" },
20
]
0 commit comments