Skip to content

Commit d844405

Browse files
committed
fixing...
1 parent 8bfb638 commit d844405

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848

4949
- name: Download package
5050
uses: actions/download-artifact@v3
51+
with:
52+
name: ansys-workbench-core-packages
5153

5254
- name: Display structure of downloaded files
5355
run: ls -R
@@ -61,9 +63,11 @@ jobs:
6163
TWINE_USERNAME: __token__
6264
TWINE_PASSWORD: ${{ secrets.PYANSYS_PYPI_PRIVATE_PAT }}
6365
TWINE_REPOSITORY_URL: https://pkgs.dev.azure.com/pyansys/_packaging/pyansys/pypi/upload
64-
- name: Release it
66+
67+
- name: Github release
6568
uses: softprops/action-gh-release@v1
6669
with:
6770
generate_release_notes: true
6871
files: |
69-
./**/*.whl
72+
./ansys-workbench-core-packages/*.whl
73+
./ansys-workbench-core-packages/*.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.9"
9+
version = "0.1.10"
1010
description = "A python wrapper for Ansys Workbench"
1111
readme = "README.md"
1212
requires-python = ">=3.7,<4.0"

0 commit comments

Comments
 (0)