Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ColossalAI
Commits
6e34cc08
Unverified
Commit
6e34cc08
authored
Jan 05, 2023
by
Frank Lee
Committed by
GitHub
Jan 05, 2023
Browse files
[workflow] fixed pypi release workflow error (#2328)
parent
2916eed3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.github/workflows/release_pypi.yml
.github/workflows/release_pypi.yml
+1
-1
No files found.
.github/workflows/release_pypi.yml
View file @
6e34cc08
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment