Skip to content

Commit

Permalink
Merge branch 'main' into release/0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuelopez-ansys committed Feb 1, 2025
2 parents 576e82a + 3c863dc commit 02d208a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
]

Expand Down

0 comments on commit 02d208a

Please sign in to comment.