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

fix(build): build runner ships a zip package instead of a tar.gz #39

Merged
merged 2 commits into from
Sep 11, 2023

Conversation

palazzem
Copy link
Owner

Related Issues

Proposed Changes:

Extend hatch builder with zipped-directory plugin, so that the release runner can ship a ZIP package. To build a new package simply:

$ hatch -v build -t zipped-directory

sdist target is still needed to build a package that can be installed through pip.

Testing:

n/a

Extra Notes (optional):

n/a

Checklist

  • Related issues and proposed changes are filled
  • Tests are defining the correct and expected behavior
  • Code is well-documented via docstrings

@palazzem palazzem added this to the 0.3.0 milestone Sep 11, 2023
@palazzem palazzem self-assigned this Sep 11, 2023
@palazzem palazzem changed the title Palazzem/issue 37 fix(build): build runner ships a zip package instead of a tar.gz Sep 11, 2023
@palazzem palazzem merged commit 2423ebe into main Sep 11, 2023
3 checks passed
@palazzem palazzem deleted the palazzem/issue-37 branch September 11, 2023 12:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Configure hatch to build directly a .ZIP folder
1 participant