From 106621a204d2ca4075b7c0c92a4ed4b4efe242a2 Mon Sep 17 00:00:00 2001 From: Maxim Slipenko Date: Mon, 10 Jun 2024 18:18:08 +0300 Subject: [PATCH] fix ci --- .github/workflows/manylinux.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/manylinux.yml b/.github/workflows/manylinux.yml index fbe2c70..dc1910d 100644 --- a/.github/workflows/manylinux.yml +++ b/.github/workflows/manylinux.yml @@ -8,6 +8,11 @@ on: jobs: build-and-publish: runs-on: [self-hosted, Linux, ARM64] + permissions: + contents: read + packages: write + attestations: write + id-token: write strategy: matrix: python: [3.9]