We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents affb72e + 1be1cc8 commit 1a5321cCopy full SHA for 1a5321c
.github/workflows/release.yml
@@ -29,12 +29,11 @@ jobs:
29
run: |
30
rm -rf ./docs/_build
31
tox -e docs
32
- cd ./docs/_build/html && zip -r ../docs_html.zip . -x ".*" -x "__MACOSX"
33
- name : Docs Upload
34
uses: actions/upload-artifact@v3
35
with:
36
- name: apidocs
37
- path: docs/_build/docs_html.zip
+ name: python_sdk_docs
+ path: docs/_build/html
38
# Test upload
39
# - name: Publish package to TestPyPI
40
# uses: pypa/gh-action-pypi-publish@master
0 commit comments