From e5c93aed382065c6db60dd0d0f6d100eaa0c46bd Mon Sep 17 00:00:00 2001 From: Sam Vente Date: Fri, 14 Jun 2024 09:57:50 +0200 Subject: [PATCH] manual release stesp --- .github/workflows/publish-pypi.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-pypi.yml b/.github/workflows/publish-pypi.yml index 774fd63c8..6e5291ad2 100644 --- a/.github/workflows/publish-pypi.yml +++ b/.github/workflows/publish-pypi.yml @@ -29,7 +29,14 @@ jobs: pip install tomli flit twine - name: Build artifacts - run: make pypi + run: | + python -m pip install --upgrade pip + python -m pip install flit wheel twine + git clean -xdf + git restore -SW . + flit build + python -m twine check dist/* + - uses: actions/upload-artifact@v3 with: