File tree Expand file tree Collapse file tree 3 files changed +2
-73
lines changed Expand file tree Collapse file tree 3 files changed +2
-73
lines changed Original file line number Diff line number Diff line change 4545 - name : Publish release distributions to PyPI
4646 uses : pypa/gh-action-pypi-publish@release/v1
4747 with :
48- packages-dir : dist/
49-
50- conda-publish :
51- runs-on : ubuntu-latest
52- needs : release-build
53- steps :
54- - uses : actions/checkout@v4
55-
56- - name : Set up Miniconda
57- uses : conda-incubator/setup-miniconda@v2
58- with :
59- auto-activate-base : true
60- channel-priority : strict
61- channels : conda-forge
62-
63- - name : Install dependencies
64- shell : bash -l {0}
65- run : conda install -y conda-build anaconda-client
66-
67- - name : Build Conda package
68- shell : bash -l {0}
69- run : conda-build conda-recipe
70-
71- - name : Upload Conda package
72- shell : bash -l {0}
73- run : |
74- anaconda --token ${{ secrets.ANACONDA_TOKEN }} upload --skip-existing $(conda-build --output conda-recipe)
48+ packages-dir : dist/
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ pip install kissbt
3636To install ` kissbt ` via ` conda ` , run the following command:
3737
3838``` sh
39- conda install kissbt
39+ conda install -c conda-forge kissbt
4040```
4141
4242## Usage
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments