Skip to content

Commit

Permalink
More simplifications
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Jan 27, 2023
1 parent 238bc73 commit 8de0ddd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pypi-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,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
Expand Down

0 comments on commit 8de0ddd

Please sign in to comment.