-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update publisher.yml * Manually set version * Update CUDA image tag * Free disk space and skip wheel and docker cpu * Remove temporary changes --------- Co-authored-by: Olivier Michel <[email protected]>
- Loading branch information
1 parent
629b6d5
commit b3d6ce6
Showing
2 changed files
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
publish-wheel: | ||
runs-on: ubuntu-20.04 | ||
steps: | ||
- uses: actions/checkout@v7 | ||
- uses: actions/checkout@v3 | ||
with: | ||
submodules: true | ||
- name: Set up Python 3.8 | ||
|
@@ -39,6 +39,9 @@ jobs: | |
publish-docker-cpu: | ||
runs-on: ubuntu-20.04 | ||
steps: | ||
- name: Free Disk Space | ||
if: ${{ github.event.issue.release }} | ||
uses: jlumbroso/[email protected] | ||
- uses: actions/checkout@v3 | ||
with: | ||
submodules: true | ||
|
@@ -59,6 +62,8 @@ jobs: | |
publish-docker-cuda: | ||
runs-on: ubuntu-20.04 | ||
steps: | ||
- name: Free Disk Space | ||
uses: jlumbroso/[email protected] | ||
- uses: actions/checkout@v3 | ||
with: | ||
submodules: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters