diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 1815e935a..e3028d406 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -15,8 +15,6 @@ env: LIBRARY_NAME: "ansys-additive" ANSYS_PRODUCT_IMAGE: "ghcr.io/ansys/additive:latest" ANSYS_PRODUCT_CONTAINER: "ansys-additive-container" - PYANSYS_PYPI_PRIVATE_PAT: ${{ secrets.PYANSYS_PYPI_PRIVATE_PAT }} - PIP_INDEX_URL: "https://${{ secrets.PYANSYS_PYPI_PRIVATE_PAT }}@pkgs.dev.azure.com/pyansys/_packaging/pyansys/pypi/simple/" concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/doc/source/getting_started/index.rst b/doc/source/getting_started/index.rst index 0084753e2..47a9da961 100644 --- a/doc/source/getting_started/index.rst +++ b/doc/source/getting_started/index.rst @@ -172,11 +172,6 @@ in the *PyAnsys Developer's Guide*, then, follow these steps: tox - .. warning:: - - ``PYANSYS_PYPI_PRIVATE_PAT`` must be defined for ``tox`` to run to completion. - See preceding note for more information. - #. Optionally, install the project in editable mode: .. code:: bash diff --git a/pyproject.toml b/pyproject.toml index 269331880..45edd3118 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ ] dependencies = [ - "ansys-api-additive==1.2.5", + "ansys-api-additive==1.3.0", "ansys-platform-instancemanagement>=1.1.1", "dill>=0.3.7", "google-api-python-client>=1.7.11", diff --git a/tox.ini b/tox.ini index 7a0b15c02..246c89edf 100644 --- a/tox.ini +++ b/tox.ini @@ -16,7 +16,6 @@ basepython = py: python3 {style,reformat,doc}: python3 setenv = - PIP_EXTRA_INDEX_URL = https://{env:PYANSYS_PYPI_PRIVATE_PAT:}@pkgs.dev.azure.com/pyansys/_packaging/pyansys/pypi/simple/ PYTHONUNBUFFERED = yes coverage: PYTEST_EXTRA_ARGS = --cov=ansys.additive --cov-report=term --cov-report=xml:.cov/xml --cov-report=html:.cov/html extras = tests @@ -35,7 +34,6 @@ commands = [testenv:doc] description = Check if documentation generates properly setenv = - PIP_EXTRA_INDEX_URL = https://{env:PYANSYS_PYPI_PRIVATE_PAT:}@pkgs.dev.azure.com/pyansys/_packaging/pyansys/pypi/simple/ GENERATING_DOCS = 1 AWP_ROOT241 = {env:AWP_ROOT241:} passenv =