Skip to content

Commit 02d208a

Browse files
Merge branch 'main' into release/0.13
2 parents 576e82a + 3c863dc commit 02d208a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/ci_cd.yml

+5
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,11 @@ jobs:
395395
if: github.event_name == 'push' && contains(github.ref, 'refs/tags')
396396
needs: [package, doc-build]
397397
runs-on: ubuntu-latest
398+
# Specifying a GitHub environment is optional, but strongly encouraged
399+
environment: release
400+
permissions:
401+
id-token: write
402+
contents: write
398403
steps:
399404
- name: Release to the public PyPI repository
400405
uses: ansys/actions/release-pypi-public@v8

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ integration-tests = [
6363
"pytest-cov>=4.0.0,<6.1",
6464
]
6565
tests = [
66-
"ipython>=7.30.0,<8.32",
66+
"ipython>=7.30.0,<8.33",
6767
"joblib>=1.0.0,<1.5",
6868
"matplotlib>=3.5.0,<3.11",
6969
"mock>=5.1.0,<5.2",
@@ -129,7 +129,7 @@ installer = [
129129
"scikit-learn>=1.0.0,<1.7",
130130
"scikit-rf>=0.30.0,<1.6",
131131
"jupyterlab>=3.6.0,<4.4",
132-
"ipython>=7.30.0,<8.32",
132+
"ipython>=7.30.0,<8.33",
133133
"ipyvtklink>=0.2.0,<0.2.4",
134134
]
135135

0 commit comments

Comments
 (0)