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)
2121test :
2222 nbdev_test_nbs
2323
24- release : pypi tag
24+ release : pypi
2525 sleep 10
2626 nbdev_conda_package --upload_user fastai --build_args ' -c pytorch -c fastai'
2727 nbdev_bump_version
2828
2929conda_release :
3030 nbdev_conda_package --upload_user fastai --build_args ' -c pytorch -c fastai'
3131
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-
4032pypi : dist
4133 twine upload --repository pypi dist/*
4234
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
7788copyright = fast.ai
99branch = master
10- version = 1.0.5
10+ version = 1.0.6
1111min_python = 3.6
1212audience = Developers
1313language = English
You can’t perform that action at this time.
0 commit comments