Skip to content

Commit b10e20e

Browse files
committed
small things to the yaml
1 parent 48f6cd3 commit b10e20e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@ jobs:
1414
matrix:
1515
include:
1616
- os: windows-latest
17-
py: '3.13'
17+
py: '3.13.1'
1818
sep: ';'
1919
icon_arg: '--icon src/assets/logo-icon.ico --windowed'
2020
bin_path: dist/telemetry
2121
asset_name: telemetry-windows
2222
- os: macos-latest
23-
py: '3.13'
23+
py: '3.13.1'
2424
sep: ':'
2525
icon_arg: '--windowed' # or: --icon src/assets/app.icns --windowed
2626
bin_path: dist/telemetry
2727
asset_name: telemetry-macos
2828
- os: ubuntu-latest
29-
py: '3.13'
29+
py: '3.13.1'
3030
sep: ':'
3131
icon_arg: ''
3232
bin_path: dist/telemetry

0 commit comments

Comments
 (0)