There was an error while loading. Please reload this page.
1 parent 2e477b7 commit aae8aeeCopy full SHA for aae8aee
1 file changed
.github/workflows/CI.yml
@@ -120,7 +120,7 @@ jobs:
120
uses: actions/upload-artifact@v3
121
with:
122
name: html-docs
123
- path: docs/_build/html/
+ path: docs/_build/html
124
if-no-files-found: error
125
126
@@ -148,6 +148,7 @@ jobs:
148
uses: actions/download-artifact@v3
149
150
name: built-package
151
+ path: dist
152
153
- name: Publish package distributions to PyPI
154
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments