We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d2cc5e commit 23bfa71Copy full SHA for 23bfa71
.github/workflows/ci_cd.yml
@@ -187,4 +187,6 @@ jobs:
187
- name: "Release to GitHub"
188
uses: ansys/actions/release-github@v8
189
with:
190
+ token: ${{ secrets.GITHUB_TOKEN }}
191
library-name: ${{ env.PACKAGE_NAME }}
192
+ changelog-release-notes: true
pyproject.toml
@@ -11,7 +11,7 @@ theme-name = "ansys_sphinx_theme"
11
[project]
12
# Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections
13
name = "ansys-sphinx-theme"
14
-version = "1.4.dev0"
+version = "1.4.0"
15
description = "A theme devised by ANSYS, Inc. for Sphinx documentation."
16
readme = "README.rst"
17
requires-python = ">=3.10,<4"
0 commit comments