Skip to content

Commit 42a641d

Browse files
authored
Merge pull request #12 from FinBlobs/chore/remove-conda-recipe
cleanup conda recipe which was moved to conda-forge
2 parents 449b183 + 076cdc7 commit 42a641d

File tree

3 files changed

+2
-73
lines changed

3 files changed

+2
-73
lines changed

.github/workflows/python-publish.yaml

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -45,30 +45,4 @@ jobs:
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/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ pip install kissbt
3636
To 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

conda-recipe/meta.yaml

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)