Skip to content

Commit

Permalink
fix(ci): update for breaking change with upload/download (#20304)
Browse files Browse the repository at this point in the history
(cherry picked from commit e452fe8)
  • Loading branch information
Borda authored and lexierule committed Sep 27, 2024
1 parent 1ff555e commit ba4a4ef
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/_build-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
name: ${{ inputs.artifact-name }}
path: dist
retention-days: ${{ steps.keep-artifact.outputs.DAYS }}
include-hidden-files: true

build-packages:
needs: init
Expand Down Expand Up @@ -66,3 +67,4 @@ jobs:
with:
name: ${{ inputs.artifact-name }}
path: pypi
include-hidden-files: true
1 change: 1 addition & 0 deletions .github/workflows/_legacy-checkpoints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ jobs:
name: checkpoints-${{ github.sha }}
path: ${{ env.LEGACY_FOLDER }}/checkpoints/
retention-days: ${{ env.KEEP_DAYS }}
include-hidden-files: true

- run: pip install -r requirements/ci.txt
- name: Upload checkpoints to S3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ jobs:
name: docs-${{ matrix.pkg-name }}-${{ github.sha }}
path: docs/build/html/
retention-days: ${{ env.ARTIFACT_DAYS }}
include-hidden-files: true

#- name: Dump handy wheels
# if: github.event_name == 'push' && github.ref == 'refs/heads/master'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
with:
name: nightly-packages-${{ github.sha }}
path: dist
include-hidden-files: true

publish-packages:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit ba4a4ef

Please sign in to comment.