Skip to content

Commit

Permalink
add link to build-and-inspect-python-package action
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed May 22, 2024
1 parent 1623c8c commit 420e3f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/check-reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ Other relevant discussions:
* `"Command prompt (Cmd. exe) command-line string limitation" (Windows docs, 2023) <https://learn.microsoft.com/en-us/troubleshoot/windows-client/shell-experience/command-line-string-limitation>`__
* `conda-build discussion about 255-character prefix limit (conda/conda-build#1482) <https://github.com/conda/conda-build/issues/1482#issuecomment-256530225>`__
* `discussion about paths lengths (Python Discourse, 2023) <https://discuss.python.org/t/you-can-now-download-pypi-locally/32662/8>`__
* `"check for long filepaths" (pre-commit/pre-commit feature request, 2022) <https://github.com/pre-commit/pre-commit-hooks/issues/760>`__

too-many-files
**************
Expand Down
4 changes: 4 additions & 0 deletions docs/how-to-test-a-python-distribution.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,10 @@ portability-related issues before they even make it into distributions.
# portability (and other) issues in shell scripts
- id: shellcheck
If you use GitHub Actions for continuous integration, consider adding a step
with the ``hynek/build-and-inspect-python-package`` action (https://github.com/hynek/build-and-inspect-python-package)
running prior to publishing packages.

List of Tools
*************

Expand Down

0 comments on commit 420e3f5

Please sign in to comment.