From ca597d49d04e49fa934ba31cb43246c248b20167 Mon Sep 17 00:00:00 2001 From: Martin Bubel Date: Fri, 12 Jan 2024 17:42:44 +0100 Subject: [PATCH] use different comprssion in setup.cfg due to twine upload error --- .github/workflows/actions.yml | 2 +- setup.cfg | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 1f65690..3a8749a 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -47,7 +47,7 @@ jobs: deploy: runs-on: ubuntu-latest needs: develop-matrix - if: github.event_name == 'release' # && github.event.action == 'created' + # if: github.event_name == 'release' # && github.event.action == 'created' steps: - name: Checkout uses: actions/checkout@v4 diff --git a/setup.cfg b/setup.cfg index bcde98e..0b9df36 100644 --- a/setup.cfg +++ b/setup.cfg @@ -10,3 +10,5 @@ upload-dir = doc/build/html [easy_install] +[bdist_wheel] +universal = 1