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 57
57
- name : Upload to Ansys private PyPI
58
58
run : |
59
59
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
62
62
env :
63
63
TWINE_USERNAME : __token__
64
64
TWINE_PASSWORD : ${{ secrets.PYANSYS_PYPI_PRIVATE_PAT }}
69
69
with :
70
70
generate_release_notes : true
71
71
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"
6
6
7
7
[project ]
8
8
name = " ansys-workbench-core"
9
- version = " 0.1.10 "
9
+ version = " 0.1.11 "
10
10
description = " A python wrapper for Ansys Workbench"
11
11
readme = " README.md"
12
12
requires-python = " >=3.7,<4.0"
You can’t perform that action at this time.
0 commit comments