-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
24f64de
commit f9cd8af
Showing
3 changed files
with
18 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
## History | ||
|
||
### 0.1.1 (2020-12-05) | ||
|
||
- Raise an exception with a clear message when type conflict happens | ||
|
||
### 0.1.0 (2020-11-25) | ||
|
||
Initial 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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#!/bin/bash | ||
|
||
./test/install_test.sh && | ||
|
||
python3 setup.py clean --all | ||
rm -fr dist | ||
rm -fr build | ||
rm -fr tap_bigquery.egg-info | ||
python3 setup.py sdist bdist_wheel | ||
|
||
# test | ||
# python3 -m twine upload --repository testpypi dist/* | ||
twine upload dist/* |
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