github workflows: remove working directory for upload

This commit is contained in:
Mario Fink 2021-09-21 15:35:05 +02:00
parent 372d4a42f5
commit 71a39e90e4

View File

@ -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/