mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2026-01-09 04:30:05 +01:00
added missing runs-on
This commit is contained in:
3
.github/workflows/test-n-publish.yml
vendored
3
.github/workflows/test-n-publish.yml
vendored
@@ -33,6 +33,7 @@ jobs:
|
||||
python setup.py build sdist
|
||||
|
||||
publish:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
|
||||
needs: jobs
|
||||
steps:
|
||||
@@ -43,7 +44,7 @@ jobs:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: Build package
|
||||
run: |
|
||||
python setup.py build sdist
|
||||
python setup.py build sdist wheel
|
||||
- name: Publish to PyPI
|
||||
uses: pypa/gh-action-pypi-publish@master
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user