Unverified Commit 6e34cc08 authored by Frank Lee's avatar Frank Lee Committed by GitHub
Browse files

[workflow] fixed pypi release workflow error (#2328)

parent 2916eed3
......@@ -10,7 +10,7 @@ on:
jobs:
build-n-publish:
if: github.event_name == "workflow_dispatch" || github.repository == 'hpcaitech/ColossalAI' && github.event.pull_request.merged == true && github.base_ref == 'main'
if: github.event_name == 'workflow_dispatch' || github.repository == 'hpcaitech/ColossalAI' && github.event.pull_request.merged == true && github.base_ref == 'main'
name: Build and publish Python 🐍 distributions 📦 to PyPI
runs-on: ubuntu-latest
timeout-minutes: 20
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment