Skip to content

Commit d60d886

Browse files
authored
Remove libcrypto package build step
Removed the step to build the libcrypto package before publishing.
1 parent 52b9c6b commit d60d886

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,6 @@ jobs:
102102
python -m pip install --upgrade pip
103103
pip install setuptools wheel twine
104104
105-
- name: Build libcrypto Package
106-
run: |
107-
python setup.py sdist bdist_wheel
108-
109105
- name: Publish package to PyPI
110106
env:
111107
TWINE_USERNAME: __token__

0 commit comments

Comments
 (0)