Skip to content

Commit abde967

Browse files
committed
Link cibuildwheel examples from artifact tip
1 parent c2b1179 commit abde967

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

source/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@ your project and storing them for later use:
111111

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

116117
.. literalinclude:: github-actions-ci-cd-sample/publish-to-pypi.yml
117118
:language: yaml
@@ -237,3 +238,5 @@ sure that your release pipeline remains healthy!
237238
.. _Secrets:
238239
https://docs.github.com/en/actions/reference/encrypted-secrets
239240
.. _Trusted Publishing: https://docs.pypi.org/trusted-publishers/
241+
.. _`cibuildwheel GitHub Actions examples`:
242+
https://cibuildwheel.pypa.io/en/latest/ci-services/#github-actions

0 commit comments

Comments
 (0)