Skip to content

Add pyproject.toml file#1643

Merged
ssbarnea merged 9 commits intojazzband:masterfrom
otherJL0:pyproject
Nov 17, 2022
Merged

Add pyproject.toml file#1643
ssbarnea merged 9 commits intojazzband:masterfrom
otherJL0:pyproject

Conversation

@otherJL0
Copy link
Copy Markdown
Contributor

@otherJL0 otherJL0 commented Jun 24, 2022

Resolves #1642.

  • Adding pyproject.toml file
  • Add comments for updated build process

Addresses #1642
Adding a sparse pyproject.toml file as replacement for setup.py
Adding comments to .github/workflows/release.yml for proposed build steps if setup.py is used

Contributor checklist
  • Provided the tests for the changes.
  • Assure PR title is short, clear, and good to be included in the user-oriented changelog
Maintainer checklist
  • Assure one of these labels is present: backwards incompatible, feature, enhancement, deprecation, bug, dependency, docs or skip-changelog as they determine changelog listing.
  • Assign the PR to an existing or new milestone for the target version (following Semantic Versioning).

Comment thread pyproject.toml Outdated
Comment thread .github/workflows/release.yml Outdated
@otherJL0 otherJL0 requested a review from webknjaz June 28, 2022 18:09
@ssbarnea ssbarnea requested a review from atugushev November 17, 2022 17:32
@ssbarnea ssbarnea added the bug Something is not working label Nov 17, 2022
@ssbarnea ssbarnea added this to the 6.11.0 milestone Nov 17, 2022
@otherJL0 otherJL0 enabled auto-merge November 17, 2022 17:43
Copy link
Copy Markdown
Member

@atugushev atugushev left a comment

Choose a reason for hiding this comment

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

LGTM. Maybe strip obvious comments?

Comment thread .github/workflows/release.yml Outdated
Comment thread .github/workflows/release.yml Outdated
@otherJL0 otherJL0 disabled auto-merge November 17, 2022 18:19
ssbarnea and others added 3 commits November 17, 2022 18:56
@ssbarnea ssbarnea enabled auto-merge (squash) November 17, 2022 18:59
@ssbarnea ssbarnea merged commit 6870602 into jazzband:master Nov 17, 2022
@atugushev atugushev changed the title Adding pyproject.toml file Add pyproject.toml file Nov 18, 2022
@atugushev atugushev added enhancement Improvements to functionality and removed bug Something is not working labels Nov 18, 2022
python setup.py --version
python setup.py sdist --format=gztar bdist_wheel
python -m build
twine check dist/*
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

--strict wouldn't hurt

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

In fact adding strict would require fixing another bug, that is why I did not mention it during review.

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

Labels

enhancement Improvements to functionality

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Build pip-tools using PyPA's build frontend tool

4 participants