From f317528de9948bf8a485eecc161cf1f34ae151bd Mon Sep 17 00:00:00 2001 From: Christian Diener Date: Mon, 25 Nov 2024 13:45:47 +0100 Subject: [PATCH] fix broken release action (#110) --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f17337d..74754d1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,6 +44,8 @@ jobs: # see https://docs.pypi.org/trusted-publishers/. - name: Publish to PyPI uses: pypa/gh-action-pypi-publish@release/v1 + with: + packages-dir: wheelhouse/ - name: Create GitHub release if: needs.versions.outputs.glpk_version != needs.versions.outputs.swigplk_version