Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Comment thread
webknjaz marked this conversation as resolved.
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,13 @@ build the distribution packages.
First, we'll define the job for building the dist packages of
your project and storing them for later use:

.. tip::

If you adapt this workflow to build multiple platform-specific wheels, use
uniquely named artifacts for each build job and adjust the download step
accordingly. The `cibuildwheel GitHub Actions examples`_ show a fuller
wheel matrix layout.

.. literalinclude:: github-actions-ci-cd-sample/publish-to-pypi.yml
:language: yaml
:start-at: jobs:
Expand Down Expand Up @@ -231,3 +238,5 @@ sure that your release pipeline remains healthy!
.. _Secrets:
https://docs.github.com/en/actions/reference/encrypted-secrets
.. _Trusted Publishing: https://docs.pypi.org/trusted-publishers/
.. _`cibuildwheel GitHub Actions examples`:
https://cibuildwheel.pypa.io/en/latest/ci-services/#github-actions