From 1f340607cc8600301b8b8cab6c814addef3459f2 Mon Sep 17 00:00:00 2001 From: Mate Soos Date: Sun, 14 Jul 2024 16:48:28 +0200 Subject: [PATCH] Hmmmm tarball not being generated --- .github/workflows/python-wheel-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-wheel-build.yml b/.github/workflows/python-wheel-build.yml index 5a93ffb2c..b08c64ede 100644 --- a/.github/workflows/python-wheel-build.yml +++ b/.github/workflows/python-wheel-build.yml @@ -60,4 +60,4 @@ jobs: TWINE_USERNAME: "__token__" TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }} run: | - twine upload --skip-existing --disable-progress-bar ./wheelhouse/pycryptosat-*.whl ./wheelhouse/pycryptosat-*.tar.gz + twine upload --skip-existing --disable-progress-bar ./wheelhouse/pycryptosat-*.whl