Skip to content

Commit

Permalink
fix docs publish
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Aug 17, 2023
1 parent e4937c9 commit f080d39
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@ jobs:
path: site

- name: check GITHUB_REF matches package version
uses: samuelcolvin/check-python-version@v3
id: check-tag
uses: samuelcolvin/[email protected]
with:
version_file_path: devtools/version.py

Expand Down
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.12.1 (2023-08-17)

fix docs release

## v0.12.0 (2023-08-17)

* build docs on CI by @samuelcolvin in #127
Expand Down
2 changes: 1 addition & 1 deletion devtools/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '0.12.0'
VERSION = '0.12.1'

0 comments on commit f080d39

Please sign in to comment.