Skip to content

Commit 6dfedea

Browse files
authored
Update release_test_pypi_before_merge.yml
1 parent b4ec405 commit 6dfedea

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/release_test_pypi_before_merge.yml

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

8-
9-
permissions:
10-
id-token: write
11-
contents: read
12-
138
jobs:
149
build-n-publish:
1510
if: github.event_name == 'workflow_dispatch' || github.repository == 'hpcaitech/ColossalAI'
1611
name: Build and publish Python 🐍 distributions 📦 to Test PyPI
1712
runs-on: ubuntu-latest
1813
timeout-minutes: 20
19-
permissions:
20-
id-token: write
21-
contents: read
2214
steps:
2315
- uses: actions/checkout@v2
2416

0 commit comments

Comments
 (0)