Skip to content

Commit be67189

Browse files
release: bump version 1.0.1
1 parent 67502f5 commit be67189

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/ci_cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- main
1111
env:
1212
MAIN_PYTHON_VERSION : '3.10'
13-
PACKAGE_NAME: 'ansys-sphinx-theme'
13+
PACKAGE_NAME: 'ansys_sphinx_theme'
1414
DOCUMENTATION_CNAME: 'sphinxdocs.ansys.com'
1515
MEILISEARCH_API_KEY: ${{ secrets.MEILISEARCH_API_KEY }}
1616
MEILISEARCH_PUBLIC_API_KEY: ${{ secrets.MEILISEARCH_PUBLIC_API_KEY }}
@@ -177,8 +177,8 @@ jobs:
177177
178178
- name: Scrape the stable documentation to PyMeilisearch
179179
run: |
180-
VERSION=$(python -c "from ${{ env.PACKAGE_NAME }} import __version__; print('.'.join(__version__.split('.')[:2]))")
181-
VERSION_MEILI=$(python -c "from ${{ env.PACKAGE_NAME }} import __version__; print('-'.join(__version__.split('.')[:2]))")
180+
VERSION=$(python -c "from ansys_sphinx_theme import __version__; print('.'.join(__version__.split('.')[:2]))")
181+
VERSION_MEILI=$(python -c "from ansys_sphinx_theme import __version__; print('-'.join(__version__.split('.')[:2]))")
182182
echo "Calculated VERSION: $VERSION"
183183
echo "Calculated VERSION_MEILI: $VERSION_MEILI"
184184
echo "VERSION=$VERSION" >> $GITHUB_ENV

doc/changelog.d/446.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fix: stable docs indexing package name

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
55
[project]
66
# Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections
77
name = "ansys-sphinx-theme"
8-
version = "1.0.0"
8+
version = "1.0.1"
99
description = "A theme devised by ANSYS, Inc. for Sphinx documentation."
1010
readme = "README.rst"
1111
requires-python = ">=3.9,<4"

0 commit comments

Comments
 (0)