diff --git a/.github/workflows/pip-build.yml b/.github/workflows/pip-build.yml index 3b4918e3d664..7b008cafadab 100644 --- a/.github/workflows/pip-build.yml +++ b/.github/workflows/pip-build.yml @@ -171,7 +171,7 @@ jobs: uses: actions/checkout@v4 with: submodules: recursive - ref: ${{needs.setup.outputs.version_tag}} + #ref: ${{needs.setup.outputs.version_tag}} - name: Checkout Vcpkg ${{env.VCPKG-VERSION}} working-directory: C:\vcpkg @@ -554,6 +554,9 @@ jobs: with: name: Wheelhouse + - name: Install twine + run: mv meshlib-2.2.11.51-cp312-none-win_amd64.whl meshlib-2.2.11-cp312-none-win_amd64.whl + - name: Install twine run: python3 -m pip install --upgrade pip twine diff --git a/scripts/wheel/setup.py b/scripts/wheel/setup.py index acd4702fd6f1..79104dc87be2 100644 --- a/scripts/wheel/setup.py +++ b/scripts/wheel/setup.py @@ -48,6 +48,7 @@ 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', + 'Programming Language :: Python :: 3.12', "License :: Free for non-commercial use", "License :: Free For Educational Use", "Operating System :: Microsoft :: Windows",