-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependencies Fix pyproject.toml bug Automate publishing to PyPi
- Loading branch information
1 parent
232a850
commit be4d2b8
Showing
4 changed files
with
31 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,14 @@ | ||
Change README.ipynb | ||
|
||
poetry run python README_files/render.py | ||
|
||
Change code | ||
Change README | ||
Change NEWS | ||
|
||
black imfp | ||
black tests | ||
py README_files\render.py | ||
poetry version patch/minor/major | ||
poetry lock | ||
poetry build | ||
poetry install | ||
pytest tests | ||
poetry publish | ||
|
||
poetry version patch/minor/major | ||
Git commit/push | ||
Github release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "imfp" | ||
version = "1.1.0" | ||
version = "1.1.1" | ||
description = "Python package for downloading economic data from the International Monetary Fund JSON RESTful API endpoint." | ||
authors = ["Christopher C. Smith <[email protected]>"] | ||
license = "MIT" | ||
|