mirror of
https://github.com/mii443/tokenizers.git
synced 2025-12-03 11:18:29 +00:00
Hotfix Python-release workflow
This commit is contained in:
2
.github/workflows/python-release.yml
vendored
2
.github/workflows/python-release.yml
vendored
@@ -113,7 +113,7 @@ jobs:
|
||||
upload_package:
|
||||
name: Upload package to PyPi
|
||||
runs-on: ubuntu-latest
|
||||
needs: [create_wheels_manylinux, create_wheels_others]
|
||||
needs: [create_wheels_manylinux, create_wheels_windows_32bit, create_wheels_others_64bit]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
Reference in New Issue
Block a user