Skip to content

Commit

Permalink
Minimize endpoints for test pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Jan 27, 2023
1 parent 3e05709 commit 238bc73
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/pypi-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,9 @@ jobs:
steps:
- uses: step-security/harden-runner@v2
with:
disable-sudo: true
egress-policy: block
# Need the real pypi.org for installations.
allowed-endpoints: >
files.pythonhosted.org:443
github.com:443
pypi.org:443
test.pypi.org:443
- name: Download packages built by build-and-inspect-python-package
Expand Down

0 comments on commit 238bc73

Please sign in to comment.