Skip to content

Commit 1546e85

Browse files
committed
continue fixing..
1 parent d844405 commit 1546e85

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ jobs:
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 }}
@@ -69,5 +69,5 @@ jobs:
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
66

77
[project]
88
name = "ansys-workbench-core"
9-
version = "0.1.10"
9+
version = "0.1.11"
1010
description = "A python wrapper for Ansys Workbench"
1111
readme = "README.md"
1212
requires-python = ">=3.7,<4.0"

0 commit comments

Comments
 (0)