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 353a191 commit 0636d09Copy full SHA for 0636d09
.github/workflows/ci_cd.yml
@@ -134,12 +134,10 @@ jobs:
134
run: |
135
python -m pip install --upgrade pip build twine
136
137
- - name: Build artifacts
138
- run: |
139
- python -m build && python -m twine check dist/*
140
-
141
- - name: List directory structure
142
- run: ls -R
+ - name: "Build library source and wheel artifacts"
+ uses: pyansys/actions/build-library@v3
+ with:
+ library-name: "ansys-sherlock"
143
144
- name: "Release to the private PyPI repository"
145
uses: pyansys/actions/release-pypi-private@v3
0 commit comments