Merge pull request #61 from miracle2k/wheels2

Fix twine upload.
This commit is contained in:
John J. Camilleri
2020-06-15 12:38:56 +02:00
committed by GitHub

View File

@@ -67,6 +67,7 @@ jobs:
upload_pypi:
needs: [build_wheels, build_sdist]
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
steps:
- uses: actions/checkout@v2
@@ -82,7 +83,7 @@ jobs:
- uses: actions/download-artifact@v2
with:
name: artifact
path: ./src/runtime/python/dist
path: ./dist
- name: Publish
env: