We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cae7930 commit 8dea4d2Copy full SHA for 8dea4d2
.github/workflows/publish_binaries.yml
@@ -25,6 +25,10 @@ jobs:
25
artifact_name: python-project
26
asset_name: python-project-generator-macos-aarch64
27
target: aarch64-apple-darwin
28
+ - os: windows-latest
29
+ artifact_name: python-project.exe
30
+ asset_name: python-project-generator-windows-amd64.exe
31
+ target: x86_64-pc-windows-msvc
32
steps:
33
- uses: actions/checkout@v4
34
- name: Install Rust
0 commit comments