Skip to content

Commit 3e3788a

Browse files
committed
change file names of wheels to match standard and currently generated wheels
1 parent d7b1827 commit 3e3788a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/continuous_integration.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)