diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 56fa27504b2..1a17a18b402 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -395,6 +395,11 @@ jobs: if: github.event_name == 'push' && contains(github.ref, 'refs/tags') needs: [package, doc-build] runs-on: ubuntu-latest + # Specifying a GitHub environment is optional, but strongly encouraged + environment: release + permissions: + id-token: write + contents: write steps: - name: Release to the public PyPI repository uses: ansys/actions/release-pypi-public@v8 diff --git a/pyproject.toml b/pyproject.toml index 1dadb0649fb..b1e56bbe944 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ integration-tests = [ "pytest-cov>=4.0.0,<6.1", ] tests = [ - "ipython>=7.30.0,<8.32", + "ipython>=7.30.0,<8.33", "joblib>=1.0.0,<1.5", "matplotlib>=3.5.0,<3.11", "mock>=5.1.0,<5.2", @@ -129,7 +129,7 @@ installer = [ "scikit-learn>=1.0.0,<1.7", "scikit-rf>=0.30.0,<1.6", "jupyterlab>=3.6.0,<4.4", - "ipython>=7.30.0,<8.32", + "ipython>=7.30.0,<8.33", "ipyvtklink>=0.2.0,<0.2.4", ]