Skip to content

Commit

Permalink
Last touches for conda hopefully
Browse files Browse the repository at this point in the history
- Missng env activation for many linux + upload
  • Loading branch information
Narsil committed Dec 24, 2021
1 parent 943f4ef commit 38a85b2
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/python-release-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,11 @@ jobs:
conda list
conda-build .github/conda --python=${{ matrix.python }}
# - name: Upload to Anaconda
# run: anaconda upload `conda-build .github/conda --output` --force
#
- name: Upload to Anaconda
shell: bash -l {0}
run: |
anaconda upload `conda-build .github/conda --output` --force
build_and_package_linux:
runs-on: ubuntu-18.04
container: quay.io/pypa/manylinux2014_x86_64
Expand Down Expand Up @@ -123,4 +125,7 @@ jobs:
conda-build .github/conda --python=${{ matrix.python }}
- 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

0 comments on commit 38a85b2

Please sign in to comment.