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:
Arthur
2023-04-06 12:30:14 +02:00
committed by GitHub
parent 37372b67fa
commit 42b110587c

View File

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