We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b306ad commit 92f2afeCopy full SHA for 92f2afe
1 file changed
.github/workflows/dev_package_and_upload.yml
@@ -12,7 +12,7 @@ jobs:
12
package-and-release:
13
runs-on: windows-latest
14
env:
15
- PYTHON_VERSION: 3.10
+ PYTHON_VERSION: '3.10'
16
NUITKA_CACHE_DIR: ${{ github.workspace }}/nuitka-cache
17
18
# 添加必要的权限
0 commit comments