Skip to content

Commit 2a82400

Browse files
committed
chore: update api version
1 parent fa06f2a commit 2a82400

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ concurrency:
1616
env:
1717
MAIN_PYTHON_VERSION: "3.11"
1818
PACKAGE_NAME: "ansys-workbench-core"
19-
PIP_EXTRA_INDEX_URL: 'https://${{ secrets.PYANSYS_PYPI_PRIVATE_PAT }}@pkgs.dev.azure.com/pyansys/_packaging/pyansys/pypi/simple/'
2019
DOCUMENTATION_CNAME: 'workbench.docs.pyansys.com'
2120

2221
jobs:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
]
2727

2828
dependencies = [
29-
"ansys_api_workbench>=0.1.7",
29+
"ansys_api_workbench>=0.2.0",
3030
"ansys-platform-instancemanagement>=1.0.1",
3131
"ansys-pythonnet>=3.1.0rc1",
3232
"ansys-tools-path>=0.3.1",

0 commit comments

Comments
 (0)