We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb6259a + 6f04d7c commit 67cc060Copy full SHA for 67cc060
.github/workflows/pypi-publish.yml
@@ -23,10 +23,11 @@ jobs:
23
uses: actions/setup-python@master
24
with:
25
python-version: ${{ matrix.python-version }}
26
+ - name: Install pip, setuptools, and wheel
27
+ run: python -m pip install --upgrade pip setuptools wheel
28
- name: Build Python distribution
29
working-directory: .
30
run: |
- pip install wheel
31
rm -rf dist
32
python setup.py bdist_wheel sdist --formats tar
33
pushd dist >/dev/null || exit
0 commit comments