Skip to content

Commit 461a10c

Browse files
authored
Merge branch 'main' into justinchu/function-inline
2 parents 2c28041 + 90f754a commit 461a10c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Build documentation
4343
run: python -m sphinx docs dist/html
4444
- name: Upload documentation archive
45-
uses: actions/upload-pages-artifact@v4
45+
uses: actions/upload-pages-artifact@v5
4646
with:
4747
path: 'dist/html'
4848
- name: Deploy to GitHub Pages

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.3
1+
0.7.0

0 commit comments

Comments
 (0)