Skip to content

Commit

Permalink
Fix CI deployment failing to find /dist (maybe) (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adoni5 committed Oct 11, 2023
1 parent afd0c7e commit a6c4cb9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: built-package
path: dist/
path: dist
if-no-files-found: error

build-docs:
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 a6c4cb9

Please sign in to comment.