We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c5bd52 commit 33207f0Copy full SHA for 33207f0
.github/workflows/cd.yml
@@ -35,7 +35,7 @@ jobs:
35
name: artifact
36
path: dist
37
38
- - uses: pypa/gh-action-pypi-publish@v1.6.4
+ - uses: pypa/gh-action-pypi-publish@v1.7.1
39
with:
40
user: __token__
41
password: ${{ secrets.pypi_password }}
.readthedocs.yml
@@ -4,6 +4,10 @@
4
5
# Required
6
version: 2
7
+build:
8
+ os: ubuntu-22.04
9
+ tools:
10
+ python: "3"
11
12
# Build documentation in the docs/ directory with Sphinx
13
sphinx:
@@ -13,7 +17,6 @@ sphinx:
17
formats: all
14
18
15
19
python:
16
- version: 3.8
20
install:
21
- method: pip
22
path: .
0 commit comments