From 6dfedea98b1eacf673c87ad9c7dcb78123c639cd Mon Sep 17 00:00:00 2001 From: Hanks Date: Tue, 3 Jun 2025 17:55:21 +0800 Subject: [PATCH] Update release_test_pypi_before_merge.yml --- .github/workflows/release_test_pypi_before_merge.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/release_test_pypi_before_merge.yml b/.github/workflows/release_test_pypi_before_merge.yml index d950c1d83..3d3cfc696 100644 --- a/.github/workflows/release_test_pypi_before_merge.yml +++ b/.github/workflows/release_test_pypi_before_merge.yml @@ -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