Skip to content

Commit 2720d52

Browse files
ci: Update release step [skip tests] (#4548)
## Context What was the situation or problem before this change? ## Change Summary What changes were made? ## Rationale Why was this approach taken? ## Impact What parts of the system or workflows are affected? --------- Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent 04c0c85 commit 2720d52

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -673,6 +673,12 @@ jobs:
673673
with:
674674
python-version: ${{ env.MAIN_PYTHON_VERSION }}
675675

676+
- name: "Download the library artifacts from build-library step"
677+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
678+
with:
679+
name: PyFluent-packages
680+
path: PyFluent-packages
681+
676682
- name: Display package file list
677683
run: ls -R
678684

@@ -686,12 +692,6 @@ jobs:
686692
TWINE_PASSWORD: ${{ secrets.PYANSYS_PYPI_PRIVATE_PAT }}
687693
TWINE_REPOSITORY_URL: https://pkgs.dev.azure.com/pyansys/_packaging/pyansys/pypi/upload
688694

689-
- name: "Download the library artifacts from build-library step"
690-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
691-
with:
692-
name: PyFluent-packages
693-
path: PyFluent-packages
694-
695695
- name: "Upload artifacts to PyPI using trusted publisher"
696696
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
697697
with:
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update release step [skip tests]

0 commit comments

Comments
 (0)