File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5757 - name : Upload to Ansys private PyPI
5858 run : |
5959 pip install twine
60- twine upload --skip-existing ./ansys-workbench-core-packages/ *.whl
61- twine upload --skip-existing ./ansys-workbench-core-packages/ *.tar.gz
60+ twine upload --skip-existing ./*.whl
61+ twine upload --skip-existing ./*.tar.gz
6262 env :
6363 TWINE_USERNAME : __token__
6464 TWINE_PASSWORD : ${{ secrets.PYANSYS_PYPI_PRIVATE_PAT }}
6969 with :
7070 generate_release_notes : true
7171 files : |
72- ./ansys-workbench-core-packages/ *.whl
73- ./ansys-workbench-core-packages/ *.tar.gz
72+ ./*.whl
73+ ./*.tar.gz
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
66
77[project ]
88name = " ansys-workbench-core"
9- version = " 0.1.10 "
9+ version = " 0.1.11 "
1010description = " A python wrapper for Ansys Workbench"
1111readme = " README.md"
1212requires-python = " >=3.7,<4.0"
You can’t perform that action at this time.
0 commit comments