We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b72aaad commit e5a2a97Copy full SHA for e5a2a97
.github/workflows/ozi.yml
@@ -242,10 +242,19 @@ jobs:
242
disable-sudo: true
243
egress-policy: block
244
allowed-endpoints: >
245
- api.github.com:443
246
- upload.pypi.org:443
247
- uploads.github.com:443
+ github.com:443
+ api.github.com:443
+ upload.pypi.org:443
248
+ uploads.github.com:443
249
+ tuf-repo-cdn.sigstore.dev:443
250
+ fulcio.sigstore.dev:443
251
+ rekor.sigstore.dev:443
252
+ ghcr.io:443
253
+ pkg-containers.githubusercontent.com:443
254
255
- uses: OZI-Project/publish@3ff1ebdd9edd89b30c126e0cf78e2d9754c0f9fa
256
with:
257
github-token: ${{ secrets.GITHUB_TOKEN }}
258
+
259
+ - name: Publish package distributions to PyPI
260
+ uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70
0 commit comments