-
Notifications
You must be signed in to change notification settings - Fork 939
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix errors in README and add a test to avoid such errors in the future (
#1103) * fixing pypi readme errors and adding a test Signed-off-by: Amit Sharma <[email protected]> * installing dynamic versioning Signed-off-by: Amit Sharma <[email protected]> --------- Signed-off-by: Amit Sharma <[email protected]>
- Loading branch information
1 parent
e7bd2ad
commit e66ed36
Showing
2 changed files
with
10 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,6 +70,14 @@ jobs: | |
- name: Test EconML based functionality | ||
run: poetry run poe test_econml | ||
|
||
- name: Test README errors for PyPI | ||
run: | | ||
pip install poetry-dynamic-versioning | ||
pip install twine | ||
poetry-dynamic-versioning | ||
poetry build | ||
twine check dist/* | ||
- name: Notify Discord | ||
if: failure() && github.ref == 'refs/heads/main' | ||
uses: th0th/[email protected] | ||
|
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