MarcoGorelli / cython-lint

Lint Cython files
MIT License
68 stars 11 forks source link

[CI/CD] Update publishing to PyPI w/ tokenless #97

Closed webknjaz closed 4 months ago

webknjaz commented 5 months ago

Here's the up-to-date guide: https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/. Also, separate building from publishing due to security considerations.

webknjaz commented 5 months ago

Oh, and drop --sdist --wheel from the build invocation as this adds an extra smoke test for free.

MarcoGorelli commented 5 months ago

thanks!

webknjaz commented 4 months ago

@MarcoGorelli any feedback on trusted publishing? Was it well-explained?

MarcoGorelli commented 4 months ago

yup, thanks!