Fix sythax

This commit is contained in:
WeberJulian 2022-06-27 18:26:30 +02:00
parent 3339626afc
commit 1f4fc0de5a
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
name: Publish Python 🐍 distributions 📦 to PyPI name: Publish Python distributions to PyPI
on: on:
pull_request: pull_request:
release: release:
@ -52,7 +52,7 @@ jobs:
- run: | - run: |
python -m pip install dist/*-manylinux*.whl python -m pip install dist/*-manylinux*.whl
- name: Upload manylinux wheel - name: Upload manylinux wheel
- uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with:
name: wheel-${{ matrix.python-version }} name: wheel-${{ matrix.python-version }}
path: dist/*-manylinux*.whl path: dist/*-manylinux*.whl