We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cb5b11 commit 6544fa9Copy full SHA for 6544fa9
.github/workflows/gh_actions_ci.yml
@@ -148,6 +148,21 @@ jobs:
148
with:
149
name: wheel_39
150
path: repaired_wheel/*.whl
151
+ manylinux228_aarch64-py313:
152
+ runs-on: ubuntu-24.04-arm
153
+ container:
154
+ image: pagmo2/manylinux228_aarch64_with_deps:latest
155
+ env:
156
+ HEYOKA_PY_BUILD_TYPE: "Python313"
157
+ TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
158
+ steps:
159
+ - uses: actions/checkout@v4
160
+ - name: Build
161
+ run: bash tools/gha_manylinux.sh
162
+ - uses: actions/upload-artifact@v4
163
+ with:
164
+ name: wheel_313_linux_aarch64
165
+ path: repaired_wheel/*.whl
166
windows_2022_heyoka_head:
167
runs-on: windows-2022
168
steps:
0 commit comments