Skip to content

Commit f0a9173

Browse files
fix: Remove packaging from CICD
1 parent c3056e7 commit f0a9173

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -69,30 +69,18 @@ jobs:
6969
with:
7070
add-pdf-html-docs-as-assets: true
7171

72-
package:
73-
name: Package library
74-
needs: [docs-build, smoke-tests]
75-
runs-on: ubuntu-latest
76-
steps:
77-
- name: Build library source and wheel artifacts
78-
uses: ansys/actions/build-library@v6
79-
with:
80-
library-name: ${{ env.PACKAGE_NAME }}
81-
python-version: ${{ env.MAIN_PYTHON_VERSION }}
82-
8372
upload_dev_docs:
8473
name: Upload dev documentation
8574
if: github.ref == 'refs/heads/main'
8675
runs-on: ubuntu-latest
87-
needs: [package]
76+
needs: [docs-build]
8877
steps:
8978
- name: Deploy the latest documentation
9079
uses: ansys/actions/doc-deploy-dev@v6
9180
with:
9281
cname: ${{ env.DOCUMENTATION_CNAME }}
9382
token: ${{ secrets.GITHUB_TOKEN }}
9483

95-
9684
tests:
9785
name: "Tests"
9886
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)