Skip to content

Commit 344a512

Browse files
clatapieRobPasMue
andauthored
Fixing public release (#73)
Co-authored-by: Roberto Pastor Muela <[email protected]>
1 parent a804632 commit 344a512

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/autodoc_cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
token: ${{ secrets.MAPDL_CMD_DOC_TOKEN }}
4949
path: mapdl-cmd-doc
5050

51-
- name: "Install pydita_ast"
51+
- name: "Install pydita-ast"
5252
run: |
5353
pip install --upgrade pip
5454
pip install .[doc]

.github/workflows/ci_cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515

1616
env:
1717
MAIN_PYTHON_VERSION: '3.10'
18-
PACKAGE_NAME: 'pydita_ast'
18+
PACKAGE_NAME: 'pydita-ast'
1919
PACKAGE_NAMESPACE: 'pydita_ast'
2020
DOCUMENTATION_CNAME: 'pydita-ast.docs.pyansys.com'
2121
RESET_PIP_CACHE: 0
@@ -170,7 +170,7 @@ jobs:
170170
restore-keys: |
171171
Python-pydita_ast-v${{ env.RESET_PIP_CACHE }}-${{ env.MAIN_PYTHON_VERSION }}
172172
173-
- name: "Install pydita_ast"
173+
- name: "Install pydita-ast"
174174
run: |
175175
pip install --upgrade pip
176176
pip install .[doc]

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Install the ``pydita-ast`` package with:
4848

4949
.. code:: bash
5050
51-
python -m pip install pydita_ast
51+
python -m pip install pydita-ast
5252
5353
5454
It is recommended to organize the XML documentation as follow:

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from pydita_ast import __version__
77

88
# Project information
9-
project = "pydita_ast"
9+
project = "pydita-ast"
1010
copyright = f"(c) {datetime.now().year} ANSYS, Inc. All rights reserved"
1111
author = "ANSYS, Inc."
1212
release = version = __version__

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
44

55
[project]
66
# Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections
7-
name = "pydita_ast"
7+
name = "pydita-ast"
88
version = "0.1.dev"
99
description = "PyDita AST converter."
1010
readme = "README.rst"

0 commit comments

Comments
 (0)