Skip to content

Commit 8ea7b29

Browse files
authored
Merge branch 'master' into test/fix-warn
2 parents 2fe8f19 + e452fe8 commit 8ea7b29

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

.github/workflows/_build-packages.yml

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
name: ${{ inputs.artifact-name }}
3434
path: dist
3535
retention-days: ${{ steps.keep-artifact.outputs.DAYS }}
36+
include-hidden-files: true
3637

3738
build-packages:
3839
needs: init
@@ -66,3 +67,4 @@ jobs:
6667
with:
6768
name: ${{ inputs.artifact-name }}
6869
path: pypi
70+
include-hidden-files: true

.github/workflows/_legacy-checkpoints.yml

+1
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ jobs:
109109
name: checkpoints-${{ github.sha }}
110110
path: ${{ env.LEGACY_FOLDER }}/checkpoints/
111111
retention-days: ${{ env.KEEP_DAYS }}
112+
include-hidden-files: true
112113

113114
- run: pip install -r requirements/ci.txt
114115
- name: Upload checkpoints to S3

.github/workflows/docs-build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ jobs:
134134
name: docs-${{ matrix.pkg-name }}-${{ github.sha }}
135135
path: docs/build/html/
136136
retention-days: ${{ env.ARTIFACT_DAYS }}
137+
include-hidden-files: true
137138

138139
#- name: Dump handy wheels
139140
# if: github.event_name == 'push' && github.ref == 'refs/heads/master'

.github/workflows/release-nightly.yml

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
with:
4545
name: nightly-packages-${{ github.sha }}
4646
path: dist
47+
include-hidden-files: true
4748

4849
publish-packages:
4950
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)