File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 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
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
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.9 "
9+ version = " 0.1.10 "
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