-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
41 additions
and
44 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
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
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
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
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
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
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
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 |
---|---|---|
|
@@ -67,11 +67,11 @@ jobs: | |
requirements/*.txt | ||
- name: Install uv | ||
run: | | ||
python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements/uv.txt | ||
python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/v4.8.4/requirements/uv.txt | ||
- name: Install gha-utils | ||
run: > | ||
uv tool install --with-requirements | ||
https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements/gha-utils.txt gha-utils | ||
https://raw.githubusercontent.com/kdeldycke/workflows/v4.8.4/requirements/gha-utils.txt gha-utils | ||
- name: Project metadata | ||
id: project-metadata | ||
env: | ||
|
@@ -101,12 +101,12 @@ jobs: | |
requirements/*.txt | ||
- name: Install uv | ||
run: | | ||
python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements/uv.txt | ||
python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/v4.8.4/requirements/uv.txt | ||
- name: Install build dependencies | ||
run: | | ||
uv --no-progress venv | ||
uv --no-progress pip install \ | ||
--requirement https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements/build.txt | ||
--requirement https://raw.githubusercontent.com/kdeldycke/workflows/v4.8.4/requirements/build.txt | ||
- name: Build package | ||
run: | | ||
uv --no-progress build | ||
|
@@ -145,7 +145,7 @@ jobs: | |
requirements/*.txt | ||
- name: Install uv | ||
run: | | ||
python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements/uv.txt | ||
python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/v4.8.4/requirements/uv.txt | ||
- name: Install Nuitka | ||
# XXX We cannot break the long "pip install" line below with a class "\" because it will not be able to run on | ||
# Windows' shell: | ||
|
@@ -157,7 +157,7 @@ jobs: | |
# yamllint disable rule:line-length | ||
run: | | ||
uv --no-progress venv | ||
uv --no-progress pip install --requirement https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements/nuitka.txt | ||
uv --no-progress pip install --requirement https://raw.githubusercontent.com/kdeldycke/workflows/v4.8.4/requirements/nuitka.txt | ||
# yamllint enable | ||
- name: Nuitka + compilers versions | ||
# XXX Nuitka needs the ".cmd" extension on Windows: | ||
|
@@ -341,7 +341,7 @@ jobs: | |
steps: | ||
- name: Install uv | ||
run: | | ||
python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements/uv.txt | ||
python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/v4.8.4/requirements/uv.txt | ||
- name: Download build artifacts | ||
uses: actions/[email protected] | ||
id: download | ||
|
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
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