We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1966223 commit 0fa6789Copy full SHA for 0fa6789
.github/workflows/ci_cd.yml
@@ -71,6 +71,17 @@ jobs:
71
with:
72
add-pdf-html-docs-as-assets: true
73
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
+
85
upload_dev_docs:
86
name: Upload dev documentation
87
if: github.ref == 'refs/heads/main'
0 commit comments