File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -197,9 +197,9 @@ dist/$(PACKAGE_NAME)-$(PACKAGE_VERSION)-docs-md.zip: docs-md
197197dist/$(PACKAGE_NAME ) -$(PACKAGE_VERSION ) -build-epoch.txt :
198198 echo $(SOURCE_DATE_EPOCH ) > dist/$(PACKAGE_NAME ) -$(PACKAGE_VERSION ) -build-epoch.txt
199199
200- # Build a PEP-503 compatible Simple Repository compatible directory inside of dist/.
201- # For details on the layout of that directory, see: https://peps.python.org/pep-0503/
202- # This directory can then be used to install (hashed) artifacts from using `pip` and
200+ # Build a PEP-503 compatible Simple Repository directory inside of dist/. For details on
201+ # the layout of that directory, see: https://peps.python.org/pep-0503/
202+ # The directory can then be used to install (hashed) artifacts by using `pip` and
203203# its `--extra-index-url` argument: https://pip.pypa.io/en/stable/cli/pip_install/#cmdoption-extra-index-url
204204.PHONY : simple-index
205205simple-index : dist/$(PACKAGE_NAME ) -$(PACKAGE_VERSION ) -py3-none-any.whl dist/$(PACKAGE_NAME ) -$(PACKAGE_VERSION ) .tar.gz
You can’t perform that action at this time.
0 commit comments