Skip to content

Commit e174dec

Browse files
Only test scancode-toolkit mini wheel on macos
Signed-off-by: Ayan Sinha Mahapatra <asmahapatra@aboutcode.org>
1 parent 686f43c commit e174dec

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/scancode-release.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -270,10 +270,12 @@ jobs:
270270
pyver: ["3.10", "3.11", "3.12", "3.13", "3.14"]
271271

272272
steps:
273-
- uses: actions/checkout@v4
273+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
274+
with:
275+
persist-credentials: false
274276

275277
- name: Set up Python ${{ matrix.pyver }} on ${{ matrix.os }}
276-
uses: actions/setup-python@v5
278+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
277279
with:
278280
python-version: ${{ matrix.pyver }}
279281

@@ -283,7 +285,7 @@ jobs:
283285
brew install p7zip libarchive libmagic
284286
285287
- name: Download wheels artifact
286-
uses: actions/download-artifact@v4
288+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
287289
with:
288290
name: wheels_sdist
289291
path: dist

etc/release/scancode-create-release-app-macos.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ cp -r etc/thirdparty $release_dir/etc
6565
venv/bin/scancode-reindex-package-patterns
6666
venv/bin/scancode-train-gibberish-model
6767
venv/bin/scancode-reindex-licenses
68-
venv/bin/flot --pyproject pyproject-scancode-toolkit.toml --wheel
68+
venv/bin/flot --pyproject pyproject-scancode-toolkit-mini.toml --wheel
6969
venv/bin/flot --pyproject pyproject-licensedcode-index.toml --wheel
7070

7171
cp -r \

0 commit comments

Comments
 (0)