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

Refresh project packaging and GitHub Action workflow #84

Merged
merged 2 commits into from
Oct 16, 2024

Conversation

Antelox
Copy link
Contributor

@Antelox Antelox commented Oct 16, 2024

  • Moved python packaging to new TOML standards
  • Removed bdist_wheel universal option since it's going to be deprecated in the upcoming months
  • Updated MANIFEST.in with the needed paths
  • Refreshed GitHub action workflow to use build package as python build frontend and upload wheels to pypi
  • Use unicorn 2.1.0 due to a bug in 2.1.1 that prevents working on py version older than 3.9. Stick project to <3.12 for now
  • Publish wheel as well
  • Enable macos runner

- Removed bdist_wheel universal option since it's going to be deprecated in the upcoming months
- Updated MANIFEST.in with the needed paths
- Refreshed GitHub action workflow to use build package as python build frontend and upload wheels to pypi
- Use unicorn 2.1.0 due to a bug in 2.1.1 that prevents working on py version older than 3.9. Stick project to <3.12 for now
@AeonLucid AeonLucid merged commit 5129244 into AeonLucid:master Oct 16, 2024
16 checks passed
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