Skip to content

Commit

Permalink
Update CI.yml (#295)
Browse files Browse the repository at this point in the history
FIx paths for upload/download artifacts
  • Loading branch information
Adoni5 committed Oct 11, 2023
1 parent 2e477b7 commit aae8aee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Expand Up @@ -120,7 +120,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: html-docs
path: docs/_build/html/
path: docs/_build/html
if-no-files-found: error


Expand Down Expand Up @@ -148,6 +148,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: built-package
path: dist

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

0 comments on commit aae8aee

Please sign in to comment.