updated workflow

This commit is contained in:
Erik Fröjdh 2024-10-29 17:49:21 +01:00
parent b4fe044679
commit eb855fb9a3

View File

@ -34,8 +34,14 @@ jobs:
- name: Prepare
run: conda install conda-build conda-verify pytest
- name: Enable upload
run: conda config --set anaconda_upload yes
- name: Build
run: conda build .
env:
CONDA_USERNAME: ${{ secrets.CONDA_USERNAME }}
CONDA_TOKEN: ${{ secrets.CONDA_TOKEN }}
run: conda build . --user ${CONDA_USERNAME} --token ${CONDA_TOKEN}
# - name: Install
# run: conda install -c ${CONDA_PREFIX}/conda-bld/ scikit_build_example