We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b157bf9 + 055c58a commit 531d4edCopy full SHA for 531d4ed
1 file changed
.github/workflows/publish.yaml
@@ -17,6 +17,10 @@ jobs:
17
fail-fast: false
18
matrix:
19
include:
20
+ - os: ubuntu-latest
21
+ python: "3.10"
22
+ arch: x86_64
23
+ package-name: linux_x86_64
24
- os: macos-latest
25
python: "3.10"
26
arch: arm64
@@ -89,7 +93,7 @@ jobs:
89
93
90
94
attach:
91
95
name: Attach Artifacts to GitHub Release
92
- runs-on: macos-latest
96
+ runs-on: ubuntu-latest
97
needs: build
98
99
steps:
0 commit comments