Skip to content

Commit bdc7c2d

Browse files
authored
build: Bump version to 0.22.dev1 (#613)
Bump version to 0.22.dev1
1 parent 50e80f3 commit bdc7c2d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci_cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -231,9 +231,9 @@ jobs:
231231
needs: [ docs ]
232232
steps:
233233
- name: "Deploy the stable documentation"
234-
uses: ansys/actions/[email protected].0
234+
uses: ansys/actions/[email protected]
235235
with:
236-
doc-artifact-name: HTML-Documentation-tag-${{ env.DOC_DEPLOYMENT_IMAGE_TAG }}
236+
doc-artifact-name: "HTML-Documentation-tag-${{ env.DOC_DEPLOYMENT_IMAGE_TAG }}"
237237
cname: ${{ env.DOCUMENTATION_CNAME }}
238238
token: ${{ secrets.GITHUB_TOKEN }}
239239
bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
@@ -266,7 +266,7 @@ jobs:
266266
- name: Upload package
267267
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
268268
with:
269-
name: PyFluent-packages
269+
name: ${{ env.LIBRARY_NAME }}-artifacts
270270
path: |
271271
dist/*.whl
272272
dist/*.tar.gz

0 commit comments

Comments
 (0)