Skip to content

Commit

Permalink
[ci skip] typo fixes. 0.1.7 ready.
Browse files Browse the repository at this point in the history
  • Loading branch information
bigcat88 committed Feb 28, 2022
1 parent 1a9cdc0 commit f1e683c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
run: sudo chmod -R 777 ${{ env.BUILD_DIR_PREFIX }}

sdist:
needs: [wheels_linux, wheels_macos]
needs: [wheels_linux, wheels_macos, wheels_windows]
name: Source distribution
runs-on: macos-11

Expand Down
4 changes: 4 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ include requirements_dev.txt
include pyproject.toml

graft tests

exclude .pylintrc
exclude *.yaml
exclude *.yml

0 comments on commit f1e683c

Please sign in to comment.