Upload sdist to PYPI as well by NovemberZulu · Pull Request #445 · amazon-ion/ion-python · GitHub
Skip to content

Upload sdist to PYPI as well#445

Merged
NovemberZulu merged 1 commit into
amazon-ion:masterfrom
NovemberZulu:master
Jun 26, 2026
Merged

Upload sdist to PYPI as well#445
NovemberZulu merged 1 commit into
amazon-ion:masterfrom
NovemberZulu:master

Conversation

@NovemberZulu

Copy link
Copy Markdown
Collaborator

Description of changes:
Currently, source isn't published to PYPI; this is a regression: compare 0.14.5 files and 0.13.0 files, the latter has source distribution, the former does not.

The source distribution is built under source name, see, e.g. 0.14.5 release artifacts. It is NOT used in the publishing step, because this step explicitly downloads only wheel-8 artifacts:

This PR changes artifact naming so that sdist is downloaded in the publishing step and published to PYPI.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@NovemberZulu

Copy link
Copy Markdown
Collaborator Author

Updated with better naming and a test for sdist install. The test is modeled after existing wheel test, but is non-blocking

@NovemberZulu

Copy link
Copy Markdown
Collaborator Author

@NovemberZulu NovemberZulu merged commit e45c5d1 into amazon-ion:master Jun 26, 2026
20 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