Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

auto check setuptools manifest #350

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

bjlittle
Copy link
Member

@bjlittle bjlittle commented Apr 17, 2023

🚀 Pull Request

Description

This PR ensures that the assets packaged for the PyPI sdist and wheel are as expected by performing an automated GHA check of the payload manifest.

Adopts the reusable SciTools GHA workflow, which will be automagically updated thanks to the already configured dependabot.

Note that, this PR fixes several discrepancies.

exclude .pre-commit-config.yaml
exclude .readthedocs.yml
exclude CHANGES
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
exclude CHANGES

In light of #351

jobs:
manifest:
name: "check-manifest"
uses: scitools/workflows/.github/workflows/[email protected]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
uses: scitools/workflows/.github/workflows/ci-manifest.yml@2023.04.3
uses: scitools/workflows/.github/workflows/ci-manifest.yml@2023.09.1

Copy link
Collaborator

@trexfeathers trexfeathers Oct 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we make a point of what we include, too?

E.g. LICENSE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Status: No status
Development

Successfully merging this pull request may close these issues.

3 participants