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 19dd955 commit ff64421Copy full SHA for ff64421
.github/workflows/cibuild.yml
@@ -99,5 +99,9 @@ jobs:
99
cd ${{ env.repo_name }}
100
python -m pip install --upgrade pip
101
pip install setuptools wheel twine
102
+ - name: Install package
103
+ run: |
104
+ cd ${{ env.repo_name }}
105
+ python setup.py sdist bdist_wheel
106
- name: Publish package distributions to PyPI
107
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments