Skip to content

Commit 6e186dd

Browse files
pradyunsgwebknjaz
andauthored
Update include directive's end-before
Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
1 parent 208d121 commit 6e186dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Then, add the following under the ``build-n-publish`` section:
8787
.. literalinclude:: github-actions-ci-cd-sample/publish-to-test-pypi.yml
8888
:language: yaml
8989
:start-after: runs-on:
90-
:end-before: Install build
90+
:end-before: Install pypa/build
9191

9292
This will download your repository into the CI runner and then
9393
install and activate Python 3.7.

0 commit comments

Comments
 (0)