From 1f4fc0de5ac83c3ecc24deac706e3794a282255c Mon Sep 17 00:00:00 2001 From: WeberJulian Date: Mon, 27 Jun 2022 18:26:30 +0200 Subject: [PATCH] Fix sythax --- .github/workflows/pypi-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pypi-release.yml b/.github/workflows/pypi-release.yml index 78347b59..20497055 100644 --- a/.github/workflows/pypi-release.yml +++ b/.github/workflows/pypi-release.yml @@ -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