We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 864ef4b commit b1c755dCopy full SHA for b1c755d
1 file changed
.github/workflows/build.yml
@@ -5,7 +5,7 @@ on:
5
ref:
6
description: PyInstaller tag/ref
7
required: true
8
- default: v6.15.0
+ default: v6.16.0
9
type: string
10
x64:
11
description: Build Windows x64 / win_amd64
@@ -149,7 +149,7 @@ jobs:
149
PYI_WHEEL_TAG: ${{ matrix.wheel_tag }}
150
PYI_PLATFORM: ${{ matrix.platform }}
151
run: |
152
- python -m pip install build
+ python -m pip install -U build hatchling
153
python -m build --no-isolation --wheel --outdir=dist .
154
155
- name: Upload artifacts
0 commit comments