mirror of
https://github.com/mii443/tokenizers.git
synced 2025-08-31 12:39:21 +00:00
Last touches for conda hopefully
- Missng env activation for many linux + upload
This commit is contained in:
13
.github/workflows/python-release-conda.yml
vendored
13
.github/workflows/python-release-conda.yml
vendored
@ -53,9 +53,11 @@ jobs:
|
|||||||
conda list
|
conda list
|
||||||
conda-build .github/conda --python=${{ matrix.python }}
|
conda-build .github/conda --python=${{ matrix.python }}
|
||||||
|
|
||||||
# - name: Upload to Anaconda
|
- name: Upload to Anaconda
|
||||||
# run: anaconda upload `conda-build .github/conda --output` --force
|
shell: bash -l {0}
|
||||||
#
|
run: |
|
||||||
|
anaconda upload `conda-build .github/conda --output` --force
|
||||||
|
|
||||||
build_and_package_linux:
|
build_and_package_linux:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
container: quay.io/pypa/manylinux2014_x86_64
|
container: quay.io/pypa/manylinux2014_x86_64
|
||||||
@ -123,4 +125,7 @@ jobs:
|
|||||||
conda-build .github/conda --python=${{ matrix.python }}
|
conda-build .github/conda --python=${{ matrix.python }}
|
||||||
|
|
||||||
- name: Upload to Anaconda
|
- name: Upload to Anaconda
|
||||||
run: anaconda upload `conda-build .github/conda --output` --force
|
shell: bash -l {0}
|
||||||
|
run: |
|
||||||
|
source $HOME/miniconda/bin/activate
|
||||||
|
anaconda upload `conda-build .github/conda --output` --force
|
||||||
|
Reference in New Issue
Block a user