Skip to content

Commit feefcfc

Browse files
authored
Merge pull request #61 from pyansys/ansys-medson-patch-1
Use pyansys/actions/build-library
2 parents 353a191 + 0636d09 commit feefcfc

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/ci_cd.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -134,12 +134,10 @@ jobs:
134134
run: |
135135
python -m pip install --upgrade pip build twine
136136
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
137+
- name: "Build library source and wheel artifacts"
138+
uses: pyansys/actions/build-library@v3
139+
with:
140+
library-name: "ansys-sherlock"
143141

144142
- name: "Release to the private PyPI repository"
145143
uses: pyansys/actions/release-pypi-private@v3

0 commit comments

Comments
 (0)