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 17c76b5 commit 648a608Copy full SHA for 648a608
.github/workflows/pypi-publish.yml
@@ -22,6 +22,7 @@ jobs:
22
run: |
23
python -m pip install --upgrade pip
24
pip install setuptools wheel twine
25
+ python setup.py sdist bdist_wheel
26
- name: Publish a Python distribution to PyPI
27
uses: pypa/gh-action-pypi-publish@release/v1
28
with:
0 commit comments