File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -391,13 +391,16 @@ jobs:
391391 files : |
392392 ./**/*.whl
393393 ./**/*.tar.gz
394- documentation-html
394+ documentation-html
395395
396396 upload_docs_release :
397397 name : " Upload release documentation"
398398 if : github.event_name == 'push' && contains(github.ref, 'refs/tags')
399399 runs-on : ubuntu-latest
400400 needs : [release]
401+ permissions :
402+ id-token : write
403+ contents : write
401404 steps :
402405 - name : Deploy the stable documentation
403406 uses : ansys/actions/doc-deploy-stable@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5
Original file line number Diff line number Diff 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
77name = " ansys-systemcoupling-core"
8- version = " 0.11.0"
8+ version = " 0.11.0.post1 "
99description = " A Python wrapper for Ansys System Coupling."
1010readme = " README.rst"
1111requires-python = " >=3.10,<3.14"
You can’t perform that action at this time.
0 commit comments