File tree Expand file tree Collapse file tree 4 files changed +2
-8
lines changed Expand file tree Collapse file tree 4 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 21
21
uses : conda-incubator/setup-miniconda@v2
22
22
with :
23
23
python-version : 3.9
24
- miniforge-variant : Mambaforge
24
+ # miniforge-variant: Mambaforge
25
25
- name : install dependencies
26
26
run : |
27
27
mamba install -qy anaconda-client conda-build wheel setuptools boa
Original file line number Diff line number Diff line change @@ -5,12 +5,8 @@ SRC = $(wildcard nbs/*.ipynb)
5
5
6
6
release : pypi
7
7
sleep 5
8
- fastrelease_conda_package --upload_user fastai
9
8
nbdev_bump_version
10
9
11
- conda_release :
12
- fastrelease_conda_package --upload_user fastai
13
-
14
10
pypi : dist
15
11
twine upload --repository pypi dist/*
16
12
Original file line number Diff line number Diff line change 1
- - use [ setup-miniconda] ( https://github.com/marketplace/actions/setup-miniconda ) action in workflow
2
1
Original file line number Diff line number Diff line change @@ -15,8 +15,7 @@ if [[ "$2" == 'all' ]] || ! git diff --quiet $dir/_modidx.py; then
15
15
touch $dir /__init__.py
16
16
python setup.py sdist bdist_wheel
17
17
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
20
19
fastrelease_bump_version
21
20
mv settings.ini settings-$1 .ini
22
21
git add $dir /_modidx.py settings-$1 .ini
You can’t perform that action at this time.
0 commit comments