Update release_test_pypi_before_merge.yml

This commit is contained in:
Hanks 2025-06-03 17:55:21 +08:00 committed by GitHub
parent b4ec405778
commit 6dfedea98b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,20 +5,12 @@ on:
paths:
- 'version.txt'
permissions:
id-token: write
contents: read
jobs:
build-n-publish:
if: github.event_name == 'workflow_dispatch' || github.repository == 'hpcaitech/ColossalAI'
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