Skip to content

Commit a29b15a

Browse files
authored
Merge pull request #627 from sanders41/windows-binary
Add Windows binary to releases
2 parents cae7930 + 8dea4d2 commit a29b15a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish_binaries.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ jobs:
2525
artifact_name: python-project
2626
asset_name: python-project-generator-macos-aarch64
2727
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
2832
steps:
2933
- uses: actions/checkout@v4
3034
- name: Install Rust

0 commit comments

Comments
 (0)