Hotfix Python-release workflow

This commit is contained in:
Anthony MOI
2020-03-02 15:02:26 -05:00
parent 8e791791d1
commit afe96da7e3

View File

@@ -113,7 +113,7 @@ jobs:
upload_package: upload_package:
name: Upload package to PyPi name: Upload package to PyPi
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: [create_wheels_manylinux, create_wheels_others] needs: [create_wheels_manylinux, create_wheels_windows_32bit, create_wheels_others_64bit]
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1