Skip to content

Commit e3f4aca

Browse files
committed
Bump version 0.11.0.post1
1 parent 090afa1 commit e3f4aca

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

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-systemcoupling-core"
8-
version = "0.11.0"
8+
version = "0.11.0.post1"
99
description = "A Python wrapper for Ansys System Coupling."
1010
readme = "README.rst"
1111
requires-python = ">=3.10,<3.14"

0 commit comments

Comments
 (0)