Skip to content

Commit

Permalink
Update allowed port connections (#426)
Browse files Browse the repository at this point in the history
### What kind of change does this PR introduce?

* Adds more connections to the allowlist when publishing versions

### Does this PR introduce a breaking change?

No.
  • Loading branch information
Zeitsperre authored Dec 5, 2024
2 parents 696f6a2 + 1a3eb32 commit 4aeba1a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ jobs:
egress-policy: block
allowed-endpoints: >
files.pythonhosted.org:443
ghcr.io:443
github.com:443
pypi.org:443
ruf-repo-cdn.sigstore.dev:443
upload.pypi.org:443
- name: Checkout Repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/tag-testpypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish Python 🐍 distributions 📦 to TestPyPI
on:
push:
tags:
- 'v*'
- 'v*.*.*'

permissions:
contents: read
Expand Down Expand Up @@ -48,8 +48,10 @@ jobs:
egress-policy: block
allowed-endpoints: >
files.pythonhosted.org:443
ghcr.io:443
github.com:443
pypi.org:443
ruf-repo-cdn.sigstore.dev:443
test.pypi.org:443
- name: Checkout Repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Expand Down

0 comments on commit 4aeba1a

Please sign in to comment.