We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cefe61c commit d46b6faCopy full SHA for d46b6fa
.github/workflows/pypi-release.yaml
@@ -51,7 +51,7 @@ jobs:
51
else
52
echo "✅ Looks good"
53
fi
54
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
55
with:
56
name: releases
57
path: dist
@@ -61,7 +61,7 @@ jobs:
61
if: github.event_name == 'release'
62
runs-on: ubuntu-latest
63
steps:
64
- - uses: actions/download-artifact@v4.1.7
+ - uses: actions/download-artifact@v4
65
66
67
.readthedocs.yml
@@ -6,6 +6,10 @@ build:
6
tools:
7
python: "mambaforge-23.11"
8
9
+# Build documentation in the docs/ directory with Sphinx
10
+sphinx:
11
+ configuration: docs/conf.py
12
+
13
# Optionally set the version of Python and requirements required to build your docs
14
conda:
15
environment: ci/doc.yml
0 commit comments