mirror of
https://github.com/mii443/tokenizers.git
synced 2025-08-22 16:25:30 +00:00
Fix conda release (#1211)
* runs-on: ubuntu-latest * update jobs * remove uploads * upload conda package, remove python-release CI * revert changes * revart whitespace removal
This commit is contained in:
2
.github/workflows/python-release-conda.yml
vendored
2
.github/workflows/python-release-conda.yml
vendored
@ -59,7 +59,7 @@ jobs:
|
||||
anaconda upload `conda-build .github/conda --output` --force
|
||||
|
||||
build_and_package_linux:
|
||||
runs-on: ubuntu-18.04
|
||||
runs-on: ubuntu-latest
|
||||
container: quay.io/pypa/manylinux2014_x86_64
|
||||
|
||||
strategy:
|
||||
|
Reference in New Issue
Block a user