mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-04-23 07:10:03 +02:00
updated workflow
This commit is contained in:
parent
b4fe044679
commit
eb855fb9a3
8
.github/workflows/packet.yml
vendored
8
.github/workflows/packet.yml
vendored
@ -34,8 +34,14 @@ jobs:
|
|||||||
- name: Prepare
|
- name: Prepare
|
||||||
run: conda install conda-build conda-verify pytest
|
run: conda install conda-build conda-verify pytest
|
||||||
|
|
||||||
|
- name: Enable upload
|
||||||
|
run: conda config --set anaconda_upload yes
|
||||||
|
|
||||||
- name: Build
|
- 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
|
# - name: Install
|
||||||
# run: conda install -c ${CONDA_PREFIX}/conda-bld/ scikit_build_example
|
# run: conda install -c ${CONDA_PREFIX}/conda-bld/ scikit_build_example
|
||||||
|
Loading…
x
Reference in New Issue
Block a user