Skip to content

Commit 5846f9f

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent de595dd commit 5846f9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/copilot-instructions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)