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

Use build in pythonpublish.yml #330

Merged
merged 1 commit into from
May 2, 2023
Merged

Use build in pythonpublish.yml #330

merged 1 commit into from
May 2, 2023

Conversation

jwodder
Copy link
Collaborator

@jwodder jwodder commented May 2, 2023

Part of #325.

@jwodder jwodder mentioned this pull request May 2, 2023
35 tasks
with:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine
pip install build twine
Copy link
Member

Choose a reason for hiding this comment

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

note to myself, from https://pypa-build.readthedocs.io/en/latest/

python -m build
A simple, correct Python build frontend. By default, a source distribution (sdist) is built from {srcdir} and a binary distribution (wheel) is built from the sdist.

so it would build wheel too by default, all good

@yarikoptic yarikoptic merged commit 0eb263e into master May 2, 2023
@yarikoptic yarikoptic deleted the build branch May 2, 2023 16:49
@jwodder jwodder added cleanup internal Changes only affect the internal API labels May 2, 2023
@github-actions
Copy link

🚀 PR was released in v4.0.0 🚀

@github-actions github-actions bot added the released This issue/pull request has been released. label May 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup internal Changes only affect the internal API released This issue/pull request has been released.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants