Skip to content

Commit fdf1136

Browse files
committed
ci: relax test requirements
1 parent efc583e commit fdf1136

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ jobs:
662662
release:
663663
name: Release
664664
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
665-
needs: [update-changelog]
665+
needs: [build, update-changelog]
666666
runs-on: ubuntu-latest
667667
permissions:
668668
id-token: write # required for trusted publishing
@@ -693,18 +693,18 @@ jobs:
693693
TWINE_PASSWORD: ${{ secrets.PYANSYS_PYPI_PRIVATE_PAT }}
694694
TWINE_REPOSITORY_URL: https://pkgs.dev.azure.com/pyansys/_packaging/pyansys/pypi/upload
695695

696-
- name: Release
697-
uses: softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090 # v2.4.1
698-
with:
699-
files: |
700-
./**/*.whl
701-
./**/*.tar.gz
702-
./**/*-wheelhouse-*.zip
703-
704696
- name: "Upload artifacts to PyPI using trusted publisher"
705697
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
706698
with:
707699
repository-url: "https://upload.pypi.org/legacy/"
708700
print-hash: true
709701
packages-dir: PyFluent-packages
710702
skip-existing: false
703+
704+
- name: Release
705+
uses: softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090 # v2.4.1
706+
with:
707+
files: |
708+
./**/*.whl
709+
./**/*.tar.gz
710+
./**/*-wheelhouse-*.zip

0 commit comments

Comments
 (0)