We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48f6cd3 commit b10e20eCopy full SHA for b10e20e
.github/workflows/release.yml
@@ -14,19 +14,19 @@ jobs:
14
matrix:
15
include:
16
- os: windows-latest
17
- py: '3.13'
+ py: '3.13.1'
18
sep: ';'
19
icon_arg: '--icon src/assets/logo-icon.ico --windowed'
20
bin_path: dist/telemetry
21
asset_name: telemetry-windows
22
- os: macos-latest
23
24
sep: ':'
25
icon_arg: '--windowed' # or: --icon src/assets/app.icns --windowed
26
27
asset_name: telemetry-macos
28
- os: ubuntu-latest
29
30
31
icon_arg: ''
32
0 commit comments