Skip to content
This repository was archived by the owner on Aug 8, 2020. It is now read-only.

Commit f43b81a

Browse files
author
Tonye Jack
committed
Update release to pypi target.
1 parent 2c3f319 commit f43b81a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ upload-to-pypi: ## Release project to pypi
7070
# ----------------------------------------------------------
7171
# ---------- Upgrade project version (bumpversion) --------
7272
# ----------------------------------------------------------
73-
release-to-pypi: clean-build guard-PART ## Bump the project version (using the $PART env: defaults to 'patch').
73+
release-to-pypi: clean-build install-deploy guard-PART ## Bump the project version (using the $PART env: defaults to 'patch').
7474
@echo "Increasing project '$(PART)' version..."
7575
@bump2version --verbose $(PART)
7676
@git-changelog . > CHANGELOG.md

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,4 @@ TODO's
134134

135135
- [ ] Add support for schema based functions.
136136
- [ ] Add warning about mysql lack of user defined check constraint support.
137-
- [ ] Remove skipped sqlite3 test.
137+
- [ ] Remove skipped sqlite3 test.

0 commit comments

Comments
 (0)