Skip to content

Commit

Permalink
Expect a Python 3-only wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed Jul 3, 2021
1 parent d650cfd commit 093e24f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def release(session):
# Check what files are in dist/ for upload.
files = sorted(glob.glob("dist/*"))
expected = [
f"dist/{package_name}-{release_version}-py2.py3-none-any.whl",
f"dist/{package_name}-{release_version}-py3-none-any.whl",
f"dist/{package_name}-{release_version}.tar.gz",
]
if files != expected:
Expand Down

0 comments on commit 093e24f

Please sign in to comment.