From aa1253c92984e5be6335c024d84e7ec1072baddf Mon Sep 17 00:00:00 2001 From: Giampaolo Rodola Date: Mon, 7 Nov 2022 20:55:58 +0100 Subject: minor fixes to pypi upload machinery Signed-off-by: Giampaolo Rodola --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.github') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3a52c8fe..8a651a07 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -79,18 +79,22 @@ jobs: uses: styfle/cancel-workflow-action@0.9.1 with: access_token: ${{ github.token }} + - uses: actions/checkout@v3 + - uses: actions/setup-python@v4 with: python-version: "${{ matrix.python }}" architecture: "${{ matrix.architecture }}" cache: pip cache-dependency-path: .github/workflows/build.yml + - name: Download wheels uses: actions/download-artifact@v3 with: name: wheels path: wheelhouse + - name: Run tests run: | mkdir .tests -- cgit v1.2.1