We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 049fa39 commit 55f3660Copy full SHA for 55f3660
.github/workflows/release.yml
@@ -32,6 +32,7 @@ jobs:
32
with:
33
name: dist
34
path: dist
35
+ include-hidden-files: true
36
37
pypi-upload:
38
needs: package
.github/workflows/unit_tests.yml
@@ -310,3 +310,4 @@ jobs:
310
311
name: documentation
312
path: doc/_build/html
313
0 commit comments