File tree Expand file tree Collapse file tree 3 files changed +3
-11
lines changed Expand file tree Collapse file tree 3 files changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -21,22 +21,14 @@ docs: $(SRC)
21
21
test :
22
22
nbdev_test_nbs
23
23
24
- release : pypi tag
24
+ release : pypi
25
25
sleep 10
26
26
nbdev_conda_package --upload_user fastai --build_args ' -c pytorch -c fastai'
27
27
nbdev_bump_version
28
28
29
29
conda_release :
30
30
nbdev_conda_package --upload_user fastai --build_args ' -c pytorch -c fastai'
31
31
32
- tag :
33
- export TAG=" $$ (python setup.py version)"
34
- echo " $$ (python setup.py version)"
35
- echo " $$ {TAG}"
36
- git tag " $$ {TAG}"
37
- git push --tags
38
- gh api repos/:owner/:repo/releases -F tag_name=" $$ {TAG}" -F name=" $$ {TAG}"
39
-
40
32
pypi : dist
41
33
twine upload --repository pypi dist/*
42
34
Original file line number Diff line number Diff line change 1
- __version__ = "1.0.5 "
1
+ __version__ = "1.0.6 "
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ author = Jeremy Howard and Sylvain Gugger
7
7
author_email = infos@fast.ai
8
8
copyright = fast.ai
9
9
branch = master
10
- version = 1.0.5
10
+ version = 1.0.6
11
11
min_python = 3.6
12
12
audience = Developers
13
13
language = English
You can’t perform that action at this time.
0 commit comments