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 80d0e6e commit 50354b3Copy full SHA for 50354b3
.github/workflows/build.yaml
@@ -200,4 +200,5 @@ jobs:
200
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
201
run: |
202
gh release upload ${{ github.ref_name }} panda3d-1.11.0-cp311-cp311-macosx_11_0_arm64.whl
203
- gh release upload ${{ github.ref_name }} panda3d-1.11.0-cp311-cp311-macosx_11_0_x86_64.whl
+ gh release upload ${{ github.ref_name }} panda3d-1.11.0-cp311-cp311-macosx_10_9_x86_64.whl
204
+ gh release upload ${{ github.ref_name }} panda3d-1.11.0-cp311-cp311-macosx_10_9_universal2.whl
0 commit comments