From 63e69e22448c8adebdbd7ae1895fad02dcbe03d7 Mon Sep 17 00:00:00 2001 From: carrascomj Date: Thu, 11 Mar 2021 18:42:37 +0100 Subject: [PATCH] fix: append missing wildcard to twine wheel paths --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8967d22..9ad4140 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -89,7 +89,7 @@ jobs: TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }} TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }} run: - twine upload --skip-existing --non-interactive ./wheelhouse + twine upload --skip-existing --non-interactive ./wheelhouse/* - name: Create GitHub release uses: actions/create-release@v1 if: steps.version.outputs.glpk_version != steps.version.outputs.swigplk_version