mirror of
https://github.com/python-LimeReport/containers.git
synced 2024-12-23 16:23:00 +03:00
fix ci
This commit is contained in:
parent
968f73d050
commit
106621a204
5
.github/workflows/manylinux.yml
vendored
5
.github/workflows/manylinux.yml
vendored
@ -8,6 +8,11 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build-and-publish:
|
build-and-publish:
|
||||||
runs-on: [self-hosted, Linux, ARM64]
|
runs-on: [self-hosted, Linux, ARM64]
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
packages: write
|
||||||
|
attestations: write
|
||||||
|
id-token: write
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python: [3.9]
|
python: [3.9]
|
||||||
|
Loading…
Reference in New Issue
Block a user