@@ -119,8 +119,8 @@ jobs:
119119 - name : Upload windows wheel
120120 uses : actions/upload-artifact@v4
121121 with :
122- name : opensim-4.5.2-py310-win64 .whl
123- path : ~/opensim-core-install/sdk/python/dist/opensim-4.5.2-py3-none-any .whl
122+ name : opensim-4.5.2-cp310-cp310-win_amd64 .whl
123+ path : ~/opensim-core-install/sdk/python/dist/opensim-4.5.2-cp310-cp310-win_amd64 .whl
124124
125125
126126 # # Run python tests.
@@ -572,8 +572,8 @@ jobs:
572572 - name : Upload osx wheel
573573 uses : actions/upload-artifact@v4
574574 with :
575- name : opensim-4.5.2-py310-osx_arm64 .whl
576- path : /Users/runner/work/opensim-core/opensim-core-install/sdk/python/dist/opensim-4.5.2-py3-none-any .whl
575+ name : opensim-4.5.2-cp310-cp310-macosx_15_0_universal2 .whl
576+ path : /Users/runner/work/opensim-core/opensim-core-install/sdk/python/dist/opensim-4.5.2-cp310-cp310-macosx_15_0_universal2 .whl
577577
578578 - name : Test Python bindings
579579 run : |
@@ -907,8 +907,8 @@ jobs:
907907 - name : Upload linux wheel
908908 uses : actions/upload-artifact@v4
909909 with :
910- name : opensim-4.5.2-py310-linux .whl
911- path : /home/runner/work/opensim-core/opensim-core-install/lib/python3.10/site-packages/dist/opensim-4.5.2-py3-none-any .whl
910+ name : opensim-4.5.2-cp310-cp310-linux_x86_64 .whl
911+ path : /home/runner/work/opensim-core/opensim-core-install/lib/python3.10/site-packages/dist/opensim-4.5.2-cp310-cp310-linux_x86_64 .whl
912912
913913 - name : Test Python bindings
914914 run : |
0 commit comments