Skip to content

Commit

Permalink
Merge branch 'main' into release/0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuelopez-ansys committed Jun 7, 2024
2 parents 4808487 + 0ef2901 commit 4fd130b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -307,13 +307,17 @@ jobs:
if: github.event_name == 'push' && contains(github.ref, 'refs/tags')
needs: build-library
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@v6
with:
library-name: ${{ env.LIBRARY_NAME }}
twine-username: "__token__"
twine-token: ${{ secrets.PYPI_TOKEN }}
use-trusted-publisher: true

- name: "Release to GitHub"
uses: ansys/actions/release-github@v6
Expand Down
2 changes: 1 addition & 1 deletion doc/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PyAEDT common toolkit documentation |version|
PyAEDT Common Toolkit documentation |version|
=============================================

**Useful links**:
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
]
dependencies = [
"build==1.2.1",
"twine==5.0.0",
"twine==5.1.0",
"pyaedt>=0.8.0,<0.10",
"pydantic",
"tomli; python_version < '3.12'",
Expand All @@ -50,7 +50,7 @@ doc = [
"pyaedt[all]>=0.8.0,<0.10",
"recommonmark>=0.7.0,<0.8",
"PySide6-Essentials",
"ansys-sphinx-theme>=0.10.0,<0.16",
"ansys-sphinx-theme>=0.10.0,<0.17",
"numpydoc>=1.5.0,<1.8",
"Sphinx>=7.1.0,<7.4",
"sphinx-copybutton>=0.5.0,<0.6",
Expand All @@ -59,7 +59,7 @@ doc = [
"nbsphinx>=0.9.0,<0.10",
"sphinx_design",
"jupytext",
"ipython>=8.13.0,<8.25",
"ipython>=8.13.0,<8.26",
"jupyterlab>=4.0.0,<4.3",
"pypandoc>=1.10.0,<1.14",
]
Expand Down

0 comments on commit 4fd130b

Please sign in to comment.