Skip to content

Commit 7b415f7

Browse files
committed
fix: updating publish docs workflow with hard coded python 3.13 for now
1 parent f45e23f commit 7b415f7

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

.github/workflows/publish-docs-on-release.yml renamed to .github/workflows/publish-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ jobs:
88
uses: scikit-package/release-scripts/.github/workflows/_release-docs.yml@v0
99
with:
1010
project: diffpy.morph
11+
python_version: 3.13
1112
c_extension: false
1213
headless: false

news/docs-workflow.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
**Added:**
2+
3+
* No news added: fixing workflow for docs release
4+
5+
**Changed:**
6+
7+
* <news item>
8+
9+
**Deprecated:**
10+
11+
* <news item>
12+
13+
**Removed:**
14+
15+
* <news item>
16+
17+
**Fixed:**
18+
19+
* <news item>
20+
21+
**Security:**
22+
23+
* <news item>

0 commit comments

Comments
 (0)