From 0e3919d6332d0ffd0343dda3274f94d4c1e34ab5 Mon Sep 17 00:00:00 2001 From: Christian Diener Date: Mon, 25 Nov 2024 12:54:39 +0100 Subject: [PATCH] fix broken release action --- .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