File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ PyPI Publish is a Docker-based GitHub Action for uploading Python distribution p
7777├── action.yml # Main GitHub Action definition
7878├── Dockerfile # Container build instructions
7979├── twine-upload.sh # Main upload orchestration script
80- ├── oidc-exchange.py # OIDC token exchange for Trusted Publishing
80+ ├── oidc-exchange.py # OIDC token exchange for Trusted Publishing
8181├── attestations.py # PEP 740 attestation generation
8282├── print-hash.py # File hash calculation and display
8383├── print-pkg-names.py # Package name extraction from distributions
@@ -107,7 +107,7 @@ PyPI Publish is a Docker-based GitHub Action for uploading Python distribution p
107107
108108### Always Validate Before Committing
109109- Run ` python3 -m py_compile *.py ` to check Python syntax
110- - Run ` bash -n twine-upload.sh ` to check shell script syntax
110+ - Run ` bash -n twine-upload.sh ` to check shell script syntax
111111- Test any changes with local test scenarios shown above
112112- If pre-commit works: ` pre-commit run --all-files `
113113
@@ -140,4 +140,4 @@ PyPI Publish is a Docker-based GitHub Action for uploading Python distribution p
140140
141141### "pip install timeouts"
142142- Common in restricted network environments
143- - Focus on syntax validation and structure testing instead
143+ - Focus on syntax validation and structure testing instead
You can’t perform that action at this time.
0 commit comments