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