From d476af5cdf553d0e5fed343bac6c1ba4ba875cdf Mon Sep 17 00:00:00 2001 From: Christoph Schueler Date: Thu, 3 Oct 2024 17:24:11 +0300 Subject: [PATCH] try to fix upload-artifact #3 --- .github/workflows/pythonapp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index 6e4e759..26fa5e2 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -70,7 +70,7 @@ jobs: # name: artifact path: wheelhouse merge-multiple: true - pattern: wheelhouse/* + # pattern: wheelhouse/* - uses: pypa/gh-action-pypi-publish@v1.4.2 with: