Skip to content

Commit 4c19213

Browse files
committed
as per recommended restorations
instead of tag use commit, in case build node needs homebrew purgin'
1 parent 7664d6c commit 4c19213

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/build_python_3.10.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
files: ${{github.workspace}}/outputs/*.pkg
9090

9191
- name: Upload packages
92-
uses: actions/upload-artifact@v4.6.2
92+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
9393
with:
9494
name: packages
9595
path: outputs/

.github/workflows/build_python_3.11.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
files: ${{github.workspace}}/outputs/*.pkg
8585

8686
- name: Upload packages
87-
uses: actions/upload-artifact@v4.6.2
87+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
8888
with:
8989
name: packages
9090
path: outputs/

.github/workflows/build_python_3.12.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
files: ${{github.workspace}}/outputs/*.pkg
8585

8686
- name: Upload packages
87-
uses: actions/upload-artifact@v4.6.2
87+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
8888
with:
8989
name: packages
9090
path: outputs/

.github/workflows/build_python_3.9.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
files: ${{github.workspace}}/outputs/*.pkg
9090

9191
- name: Upload packages
92-
uses: actions/upload-artifact@v4.6.2
92+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
9393
with:
9494
name: packages
9595
path: outputs/

build_python_framework_pkgs.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ if [ -d "${PIPCACHEDIR}" ]; then
9898
fi
9999

100100
# # kill homebrew packages
101-
# /usr/local/bin/brew remove --force $(/usr/local/bin/brew list)
101+
/usr/local/bin/brew remove --force $(/usr/local/bin/brew list)
102102

103103
# Ensure Xcode is set to run-time
104104
sudo xcode-select -s "$XCODE_PATH"

0 commit comments

Comments
 (0)