From e1a3a6a5a26c0b970c255f82a65ad40ccd0817b5 Mon Sep 17 00:00:00 2001 From: Peter Gadfort Date: Thu, 12 Oct 2023 11:09:38 -0400 Subject: [PATCH] add wheels artifacts to GH releases --- .github/workflows/wheels.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 891bcbd..627d1ab 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -101,6 +101,11 @@ jobs: user: __token__ password: ${{ secrets.PYPI_DEPLOY }} + - name: Add wheels to GitHub release artifacts + uses: softprops/action-gh-release@v1 + with: + files: dist/*.whl + package_offline: # We want to run this on the official PEP Python-wheel building platform to # ensure the downloaded wheels have the broadest compatibility. Using the