Skip to content

Commit f080d39

Browse files
committed
fix docs publish
1 parent e4937c9 commit f080d39

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,8 @@ jobs:
134134
path: site
135135

136136
- name: check GITHUB_REF matches package version
137-
uses: samuelcolvin/check-python-version@v3
137+
id: check-tag
138+
uses: samuelcolvin/check-python-version@v4.1
138139
with:
139140
version_file_path: devtools/version.py
140141

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.12.1 (2023-08-17)
2+
3+
fix docs release
4+
15
## v0.12.0 (2023-08-17)
26

37
* build docs on CI by @samuelcolvin in #127

devtools/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '0.12.0'
1+
VERSION = '0.12.1'

0 commit comments

Comments
 (0)