Skip to content

Commit f1e683c

Browse files
committed
[ci skip] typo fixes. 0.1.7 ready.
1 parent 1a9cdc0 commit f1e683c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/create-release-draft.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
run: sudo chmod -R 777 ${{ env.BUILD_DIR_PREFIX }}
145145

146146
sdist:
147-
needs: [wheels_linux, wheels_macos]
147+
needs: [wheels_linux, wheels_macos, wheels_windows]
148148
name: Source distribution
149149
runs-on: macos-11
150150

MANIFEST.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@ include requirements_dev.txt
66
include pyproject.toml
77

88
graft tests
9+
10+
exclude .pylintrc
11+
exclude *.yaml
12+
exclude *.yml

0 commit comments

Comments
 (0)