Skip to content

Commit b56e0e8

Browse files
Prepare 2.2.2 release (#762)
Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com>
1 parent ee743f8 commit b56e0e8

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ jobs:
172172
name: "Release to GitHub"
173173
with:
174174
library-name: ${{ env.LIBRARY_NAME }}
175+
token: ${{ secrets.GITHUB_TOKEN }}
175176

176177
doc-deploy-stable:
177178
name: "Deploy stable documentation"

doc/changelog.d/761.maintenance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add token to GitHub release CI

doc/changelog.d/762.maintenance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Prepare 2.2.2 release

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
55
[tool.poetry]
66
name = "ansys-openapi-common"
77
description = "Provides a helper to create sessions for use with Ansys OpenAPI clients."
8-
version = "2.2.1"
8+
version = "2.2.2"
99
license = "MIT"
1010
authors = ["ANSYS, Inc. <pyansys.core@ansys.com>"]
1111
maintainers = ["ANSYS, Inc. <pyansys.core@ansys.com>"]

0 commit comments

Comments
 (0)