We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11084ae commit 49a0a45Copy full SHA for 49a0a45
1 file changed
.github/workflows/publish-to-pypi.yml
@@ -97,6 +97,15 @@ jobs:
97
# name: python-package-distributions
98
# path: dist/
99
100
+ - name: Installer
101
+ run: |
102
+ python -m pip install --upgrade pip
103
+ pip install setuptools wheel twine
104
+
105
+ - name: Build libcrypto Package
106
107
+ python setup.py sdist bdist_wheel
108
109
- name: Publish package to PyPI
110
env:
111
TWINE_USERNAME: __token__
0 commit comments