Skip to content

Commit 55f3660

Browse files
authored
gh upload artifact: also hidden files (#1341)
1 parent 049fa39 commit 55f3660

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
with:
3333
name: dist
3434
path: dist
35+
include-hidden-files: true
3536

3637
pypi-upload:
3738
needs: package

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,3 +310,4 @@ jobs:
310310
with:
311311
name: documentation
312312
path: doc/_build/html
313+
include-hidden-files: true

0 commit comments

Comments
 (0)