Skip to content

Commit aae8aee

Browse files
authored
Update CI.yml (#295)
FIx paths for upload/download artifacts
1 parent 2e477b7 commit aae8aee

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
uses: actions/upload-artifact@v3
121121
with:
122122
name: html-docs
123-
path: docs/_build/html/
123+
path: docs/_build/html
124124
if-no-files-found: error
125125

126126

@@ -148,6 +148,7 @@ jobs:
148148
uses: actions/download-artifact@v3
149149
with:
150150
name: built-package
151+
path: dist
151152

152153
- name: Publish package distributions to PyPI
153154
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)