Skip to content

Commit

Permalink
CI: Add job to build lib and wheel artifactics
Browse files Browse the repository at this point in the history
  • Loading branch information
SMoraisAnsys committed Feb 29, 2024
1 parent 0534859 commit 1370905
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ jobs:
with:
name: pytest-results
path: junit/test-results.xml
# Use always() to always run this step to publish test results when there are test failures
if: ${{ always() }}

# # =================================================================================================
Expand Down Expand Up @@ -420,17 +419,17 @@ jobs:
# name: documentation-pdf
# path: doc/_build/latex/*.pdf
# retention-days: 7
package:
name: Package library
needs: [test-windows, test-solvers-windows, test-ironpython-windows, doc-build]
runs-on: ubuntu-latest
steps:
- name: Build library source and wheel artifacts
uses: ansys/actions/build-library@v5
with:
library-name: ${{ env.PACKAGE_NAME }}
python-version: ${{ env.MAIN_PYTHON_VERSION }}

# package:
# name: Package library
# needs: [legacy-tests, docs-build]
# runs-on: ubuntu-latest
# steps:
# - name: Build library source and wheel artifacts
# uses: ansys/actions/build-library@v5
# with:
# library-name: ${{ env.PACKAGE_NAME }}
# python-version: ${{ env.MAIN_PYTHON_VERSION }}

# release:
# name: Release project
Expand Down

0 comments on commit 1370905

Please sign in to comment.