Skip to content

Commit b3e5347

Browse files
committed
miniforge
1 parent e382f13 commit b3e5347

File tree

4 files changed

+2
-8
lines changed

4 files changed

+2
-8
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: conda-incubator/setup-miniconda@v2
2222
with:
2323
python-version: 3.9
24-
miniforge-variant: Mambaforge
24+
#miniforge-variant: Mambaforge
2525
- name: install dependencies
2626
run: |
2727
mamba install -qy anaconda-client conda-build wheel setuptools boa

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,8 @@ SRC = $(wildcard nbs/*.ipynb)
55

66
release: pypi
77
sleep 5
8-
fastrelease_conda_package --upload_user fastai
98
nbdev_bump_version
109

11-
conda_release:
12-
fastrelease_conda_package --upload_user fastai
13-
1410
pypi: dist
1511
twine upload --repository pypi dist/*
1612

TODO.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
- use [setup-miniconda](https://github.com/marketplace/actions/setup-miniconda) action in workflow
21

action.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ if [[ "$2" == 'all' ]] || ! git diff --quiet $dir/_modidx.py; then
1515
touch $dir/__init__.py
1616
python setup.py sdist bdist_wheel
1717
twine upload --repository pypi dist/* || echo "Failed to upload to pypi"
18-
sleep 5
19-
fastrelease_conda_package --upload_user fastai || echo "Failed to upload to conda"
18+
sleep 1
2019
fastrelease_bump_version
2120
mv settings.ini settings-$1.ini
2221
git add $dir/_modidx.py settings-$1.ini

0 commit comments

Comments
 (0)