Skip to content

Commit 5441931

Browse files
committed
Add write permission
1 parent 680952b commit 5441931

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/pypi-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ jobs:
136136
environment:
137137
name: testpypi
138138
url: https://test.pypi.org/p/libcachesim
139+
permissions:
140+
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
139141

140142
steps:
141143
- name: Download all artifacts

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# libCacheSim - building and running cache simulations
22

33
[![build](https://github.com/1a1a11a/libCacheSim/actions/workflows/build.yml/badge.svg)](https://github.com/1a1a11a/libCacheSim/actions/workflows/build.yml)
4-
[![Python-package GitHub Actions Build Status](https://github.com/1a1a11a/libCacheSim/actions/workflows/pypi-release.yml/badge.svg?branch=master)](https://github.com/1a1a11a/libCacheSim/actions/workflows/pypi-release.yml)
4+
[![Python-package GitHub Actions Build Status](https://github.com/1a1a11a/libCacheSim/actions/workflows/pypi-release.yml/badge.svg)](https://github.com/1a1a11a/libCacheSim/actions/workflows/pypi-release.yml)
55
[![Python Versions](https://img.shields.io/pypi/pyversions/libcachesim.svg?logo=python&logoColor=white)](https://pypi.org/project/libcachesim)
66
[![PyPI Version](https://img.shields.io/pypi/v/libcachesim.svg?logo=pypi&logoColor=white)](https://pypi.org/project/libcachesim)
77
[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/1a1a11a/libCacheSim/badge)](https://scorecard.dev/viewer/?uri=github.com/1a1a11a/libCacheSim)

0 commit comments

Comments
 (0)