Skip to content

Fix sdist build by not including CHANGELOG.md#16323

Merged
JukkaL merged 1 commit intomasterfrom
fix-sdist
Oct 24, 2023
Merged

Fix sdist build by not including CHANGELOG.md#16323
JukkaL merged 1 commit intomasterfrom
fix-sdist

Conversation

@JukkaL
Copy link
Collaborator

@JukkaL JukkaL commented Oct 24, 2023

This is an attempt to fix wheel builds. Perhaps we'd want to actually include the changelog in the sdist. We can decide this later after the build has bee fixed.

We've been getting these errors:

...
lists of files in version control and sdist do not match!
missing from sdist:
  CHANGELOG.md
listing source files under version control: 830 files and directories
building an sdist: mypy-1.7.0+dev.ffe89a21058eaa6eb1c1796d9ab87aece965e2d9.tar.gz: 829 files and directories
copying source files to a temporary directory
building a clean sdist: mypy-1.7.0+dev.tar.gz: 829 files and directories
suggested MANIFEST.in rules:
  include *.md
Error: Process completed with exit code 1.
``

Example failure:
https://github.com/mypyc/mypy_mypyc-wheels/actions/runs/6555980362/job/17805243900

This is an attempt to fix wheel builds. Perhaps we'd want to actually
include the changelog in the sdist. We can decide this later after the
build has bee fixed.

Example failure:
https://github.com/mypyc/mypy_mypyc-wheels/actions/runs/6555980362/job/17805243900
@JukkaL JukkaL merged commit 167dc70 into master Oct 24, 2023
@JukkaL JukkaL deleted the fix-sdist branch October 24, 2023 22:45
@github-actions
Copy link
Contributor

According to mypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant