mirror of https://github.com/hpcaitech/ColossalAI
[workflow] fixed pypi release workflow error (#2328)
parent
2916eed34a
commit
6e34cc0830
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue