Skip to content

Commit

Permalink
Merge pull request #4 from WildlifeTradeNetworks/enh-2021_data
Browse files Browse the repository at this point in the history
Update with 2021 data
  • Loading branch information
ltirrell committed Apr 14, 2022
2 parents 3581a52 + 346bbc2 commit 24d8276
Show file tree
Hide file tree
Showing 6 changed files with 2,731 additions and 651 deletions.
10 changes: 6 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# bump_version: TODO later
VERSION = v0.1.3
DATA_FILE = ${HOME}/.local/share/pycites/Trade_database_download_v2020.1.csv.gz
# TODO: bump version on release
VERSION = 0.1.4
DATA_FILE = ${HOME}/.local/share/pycites/Trade_database_download_v2021.1.csv.gz

install:
poetry install
build:
poetry build
download_cites_data:
get_cites_data --force_update
poetry run get_cites_data --force_update
poetry run python -c "import pycites; assert pycites.__version__ == '${VERSION}'; print(pycites.load_data())"
# TODO: update publish and release
publish:
poetry publish
release: install build download_cites_data publish
Expand Down
Loading

0 comments on commit 24d8276

Please sign in to comment.