mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2025-12-15 16:40:05 +01:00
thrid wheel was to much
This commit is contained in:
3
.github/workflows/test-n-publish.yml
vendored
3
.github/workflows/test-n-publish.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user