We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cdc620 commit 75ccb39Copy full SHA for 75ccb39
.github/workflows/pythonpackage.yml
@@ -65,6 +65,8 @@ jobs:
65
run: |
66
python -m pip install --upgrade pip
67
pip install setuptools wheel twine
68
+ - name: Build package
69
+ run: python setup.py sdist bdist_wheel
70
- name: Publish a Python distribution to PyPI
71
uses: pypa/gh-action-pypi-publish@release/v1
72
with:
0 commit comments