File tree 4 files changed +5
-0
lines changed
4 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 33
33
name : ${{ inputs.artifact-name }}
34
34
path : dist
35
35
retention-days : ${{ steps.keep-artifact.outputs.DAYS }}
36
+ include-hidden-files : true
36
37
37
38
build-packages :
38
39
needs : init
66
67
with :
67
68
name : ${{ inputs.artifact-name }}
68
69
path : pypi
70
+ include-hidden-files : true
Original file line number Diff line number Diff line change @@ -109,6 +109,7 @@ jobs:
109
109
name : checkpoints-${{ github.sha }}
110
110
path : ${{ env.LEGACY_FOLDER }}/checkpoints/
111
111
retention-days : ${{ env.KEEP_DAYS }}
112
+ include-hidden-files : true
112
113
113
114
- run : pip install -r requirements/ci.txt
114
115
- name : Upload checkpoints to S3
Original file line number Diff line number Diff line change @@ -134,6 +134,7 @@ jobs:
134
134
name : docs-${{ matrix.pkg-name }}-${{ github.sha }}
135
135
path : docs/build/html/
136
136
retention-days : ${{ env.ARTIFACT_DAYS }}
137
+ include-hidden-files : true
137
138
138
139
# - name: Dump handy wheels
139
140
# if: github.event_name == 'push' && github.ref == 'refs/heads/master'
Original file line number Diff line number Diff line change 44
44
with :
45
45
name : nightly-packages-${{ github.sha }}
46
46
path : dist
47
+ include-hidden-files : true
47
48
48
49
publish-packages :
49
50
runs-on : ubuntu-22.04
You can’t perform that action at this time.
0 commit comments