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

Run all cookie tests and fix check for sdist tarball #118

Merged
merged 8 commits into from
May 31, 2024
Merged

Conversation

lilyminium
Copy link
Member

Relates to #112

Changes made in this Pull Request:

PR Checklist

  • Tests?
  • Docs?
  • CHANGELOG.md updated?
  • AUTHORS.md updated?
  • Issue raised/referenced?

@lilyminium lilyminium marked this pull request as ready for review May 30, 2024 11:51
@lilyminium lilyminium changed the title Try running all cookie tests in CI Run all cookie tests and fix check for sdist tarball May 30, 2024
@lilyminium
Copy link
Member Author

Again confused why some tests register as "cancelled" sometimes.

@lilyminium lilyminium merged commit 846c9f3 into main May 31, 2024
12 checks passed
@lilyminium lilyminium deleted the fix-sdist branch May 31, 2024 01:12
@@ -171,7 +171,7 @@ jobs:

- name: Check package build
run: |
DISTRIBUTION=$(ls -t1 dist/{{ cookiecutter.repo_name }}-*.tar.gz | head -n 1)
DISTRIBUTION=$(ls -t1 dist/{{ cookiecutter.repo_name.lower().replace('-', '_') }}-*.tar.gz | head -n 1)
Copy link
Member

Choose a reason for hiding this comment

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

Ah sorry if I'm too late, didn't know if you wanted comments - I was wondering if "." also needed to be accounted for as per https://peps.python.org/pep-0503/#normalized-names

Copy link
Member Author

Choose a reason for hiding this comment

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

Ah that's a good idea, thanks for the comment -- I didn't request reviews since this seemed like a small change to me. I've raised #119 for this now

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.

2 participants