Closed loreloc closed 4 weeks ago
Just to note that: based on my experience, the default github workflow for publishing suffices. (need to add pypi token to repo secrets)
We may add --wheel
to build if we don't need sdist. (default builds both)
What is the default github workflow? Shall we use this one? https://github.com/pypa/gh-action-pypi-publish
What is the default github workflow?
Click Actions
tab on top of page -> Click New Workflow
button on the left -> Choose Publish Python Package
and Configure
-> Modify build command (L34) if needed
Alright, thanks. I have uploaded the workflow in the publish-package
branch. I will try to configure it later.
As per title.