Skip to content

Commit

Permalink
update pip metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxRayskiy committed Nov 18, 2023
1 parent 3dc75d1 commit 9341e97
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pip-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions scripts/wheel/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9341e97

Please sign in to comment.