Skip to content

Commit 374dcd4

Browse files
authored
Update release_test_pypi_before_merge.yml
1 parent 3f91597 commit 374dcd4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release_test_pypi_before_merge.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ on:
55
paths:
66
- 'version.txt'
77

8-
permissions:
9-
id-token: write
10-
contents: read
118

129
jobs:
1310
build-n-publish:
1411
if: github.event_name == 'workflow_dispatch' || github.repository == 'hpcaitech/ColossalAI'
1512
name: Build and publish Python 🐍 distributions 📦 to Test PyPI
1613
runs-on: ubuntu-latest
1714
timeout-minutes: 20
15+
permissions:
16+
id-token: write
17+
contents: read
1818
steps:
1919
- uses: actions/checkout@v2
2020

0 commit comments

Comments
 (0)