Skip to content

Commit

Permalink
Allow github publish job to connect to upload.pypi.org
Browse files Browse the repository at this point in the history
Before connection to upload.pypi.org were blocked which made the
publish job fail.
  • Loading branch information
volkerstampa committed Dec 1, 2024
1 parent 9f97708 commit c436803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
github.com:443
install.python-poetry.org:443
pypi.org:443
test.pypi.org:443
*.pypi.org:443
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
Expand Down

0 comments on commit c436803

Please sign in to comment.