thrid wheel was to much

This commit is contained in:
Julian Hammer
2020-12-15 13:14:15 +01:00
committed by Jan
parent ba957877e3
commit 77e7c3a520

View File

@@ -17,6 +17,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install
run: |
python -m pip install wheel
python -m pip install --upgrade pip
python -m pip install codecov requests
python -m pip install bs4
@@ -30,7 +31,7 @@ jobs:
- uses: codecov/codecov-action@v1
- name: Build package
run: |
python setup.py build sdist wheel
python setup.py build sdist
- name: Publish to PyPI
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master