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:
pull_request:
release:
@ -52,7 +52,7 @@ jobs:
- run: |
python -m pip install dist/*-manylinux*.whl
- name: Upload manylinux wheel
- uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v2
with:
name: wheel-${{ matrix.python-version }}
path: dist/*-manylinux*.whl