mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-07-03 10:36:47 +00:00
Update release_test_pypi_before_merge.yml
This commit is contained in:
parent
3f9159715f
commit
374dcd4da9
@ -5,9 +5,6 @@ on:
|
||||
paths:
|
||||
- 'version.txt'
|
||||
|
||||
permissions:
|
||||
id-token: write
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
build-n-publish:
|
||||
@ -15,6 +12,9 @@ jobs:
|
||||
name: Build and publish Python 🐍 distributions 📦 to Test PyPI
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 20
|
||||
permissions:
|
||||
id-token: write
|
||||
contents: read
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user