Skip to content

Commit

Permalink
Remove tests and cache from sdist, bump to version v0.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gal Ben David committed Feb 22, 2021
1 parent e85f9d0 commit db82661
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Check mypy Linting Errors
if: "!contains(github.event.head_commit.message, 'skip mypy')"
run: >-
mypy --ignore-missing-imports -p tests -p sergeant
mypy --ignore-missing-imports -p sergeant
test:
runs-on: ${{ matrix.os }}
needs: lint
Expand Down
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
recursive-include sergeant *
recursive-include sergeant *.py
prune tests
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setuptools.setup(
name='sergeant',
version='0.19.0',
version='0.20.1',
author='Gal Ben David',
author_email='[email protected]',
url='https://github.com/Intsights/sergeant',
Expand Down

0 comments on commit db82661

Please sign in to comment.