Skip to content

Commit 0fa6789

Browse files
fix: Add package action
1 parent 1966223 commit 0fa6789

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/ci_cd.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,17 @@ jobs:
7171
with:
7272
add-pdf-html-docs-as-assets: true
7373

74+
package:
75+
name: Package library
76+
needs: [docs-build, smoke-tests]
77+
runs-on: ubuntu-latest
78+
steps:
79+
- name: Build library source and wheel artifacts
80+
uses: ansys/actions/build-library@v6
81+
with:
82+
library-name: ${{ env.PACKAGE_NAME }}
83+
python-version: ${{ env.MAIN_PYTHON_VERSION }}
84+
7485
upload_dev_docs:
7586
name: Upload dev documentation
7687
if: github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)