From e40ab0e5ea0adf1b36e7c79bf0aa771c34cae69d Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Wed, 10 Jan 2024 16:06:52 +0100 Subject: [PATCH] Fix build script syntax. --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 39b2c90..2298214 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -131,9 +131,7 @@ jobs: uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/') with: - files: - - dist/*cp27*.whl - - dist/*cp35*.whl + files: dist/*cp27*.whl, dist/*cp35*.whl - name: Archive Wheels uses: actions/upload-artifact@v3