Skip to content

Commit 387a4db

Browse files
committed
restore wheel to Pipfile
1 parent 2e4c0b5 commit 387a4db

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

Pipfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ mypy = "*"
1111
atomicwrites = "*"
1212
typing-extensions = "*"
1313
importlib-metadata = "*"
14-
14+
# List wheel here to make sure we make the same version to make wheels on gitlab and github CI
15+
wheel = "0.33.1"
1516
# Test and docs dependencies
1617
pytest-cov = "*"
1718
pytest-mypy = "*"

Pipfile.lock

Lines changed: 10 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)