Skip to content

Commit b1c755d

Browse files
Update build.yml
1 parent 864ef4b commit b1c755d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
ref:
66
description: PyInstaller tag/ref
77
required: true
8-
default: v6.15.0
8+
default: v6.16.0
99
type: string
1010
x64:
1111
description: Build Windows x64 / win_amd64
@@ -149,7 +149,7 @@ jobs:
149149
PYI_WHEEL_TAG: ${{ matrix.wheel_tag }}
150150
PYI_PLATFORM: ${{ matrix.platform }}
151151
run: |
152-
python -m pip install build
152+
python -m pip install -U build hatchling
153153
python -m build --no-isolation --wheel --outdir=dist .
154154
155155
- name: Upload artifacts

0 commit comments

Comments
 (0)