Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
jph00 committed Sep 8, 2020
1 parent d35b842 commit f569d42
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
10 changes: 1 addition & 9 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,14 @@ docs: $(SRC)
test:
nbdev_test_nbs

release: pypi tag
release: pypi
sleep 10
nbdev_conda_package --upload_user fastai --build_args '-c pytorch -c fastai'
nbdev_bump_version

conda_release:
nbdev_conda_package --upload_user fastai --build_args '-c pytorch -c fastai'

tag:
export TAG="$$(python setup.py version)"
echo "$$(python setup.py version)"
echo "$${TAG}"
git tag "$${TAG}"
git push --tags
gh api repos/:owner/:repo/releases -F tag_name="$${TAG}" -F name="$${TAG}"

pypi: dist
twine upload --repository pypi dist/*

Expand Down
2 changes: 1 addition & 1 deletion fastcore/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.5"
__version__ = "1.0.6"
2 changes: 1 addition & 1 deletion settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ author = Jeremy Howard and Sylvain Gugger
author_email = [email protected]
copyright = fast.ai
branch = master
version = 1.0.5
version = 1.0.6
min_python = 3.6
audience = Developers
language = English
Expand Down

0 comments on commit f569d42

Please sign in to comment.