Skip to content

Commit

Permalink
gh upload artifact: also hidden files (#1341)
Browse files Browse the repository at this point in the history
  • Loading branch information
sappelhoff authored Nov 23, 2024
1 parent 049fa39 commit 55f3660
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
with:
name: dist
path: dist
include-hidden-files: true

pypi-upload:
needs: package
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -310,3 +310,4 @@ jobs:
with:
name: documentation
path: doc/_build/html
include-hidden-files: true

0 comments on commit 55f3660

Please sign in to comment.