Skip to content

Conversation

@samantha-earthmover
Copy link
Contributor

The missing needs entries I think are the culprit for the missing wheels in the 0.4.2 release and the extra sdist step should make sure there's an sdist included in the release.

🤞

Copy link
Owner

@milesgranger milesgranger left a comment

Choose a reason for hiding this comment

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

Stupendous, thank you! :)

@milesgranger milesgranger merged commit a6c989a into milesgranger:main Jan 7, 2026
62 checks passed
Comment on lines +263 to +270
args: --out dist
- name: Publish to PyPi
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.TWINE_TOKEN }}
run: |
pip install --upgrade wheel pip setuptools twine
twine upload --skip-existing *
twine upload --skip-existing dist/*
Copy link
Owner

Choose a reason for hiding this comment

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

My fault, I missed this - the v0.4.2-post1 release only updated sdist since this should have been twine upload --skip-existing dist/* * or alternatively like I did in the following commit output the sdist to the current directory and remove the dist/*, just keeping the *.

Copy link
Owner

Choose a reason for hiding this comment

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

nvm, that was also unhappy since other non pypi files were there - now just kept this and put wheels in their own directory as well. :)

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