From 71a39e90e43c11bc00ad7a0afa7454792cd6bd1c Mon Sep 17 00:00:00 2001 From: Mario Fink Date: Tue, 21 Sep 2021 15:35:05 +0200 Subject: [PATCH] github workflows: remove working directory for upload --- .github/workflows/pypi-deploy.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pypi-deploy.yml b/.github/workflows/pypi-deploy.yml index a0dbd8c..6014e51 100644 --- a/.github/workflows/pypi-deploy.yml +++ b/.github/workflows/pypi-deploy.yml @@ -1,9 +1,12 @@ name: Build Python Wheels + on: push: branches: [master] + jobs: + build_wheels: name: Build binary wheels on ${{ matrix.os }} runs-on: ${{ matrix.os }} @@ -41,4 +44,3 @@ jobs: with: user: __token__ password: ${{ secrets.IMCTERMITE_GITHUB_WORKFLOW_PYPI_API_TOKEN }} - working-directory: python/