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
2916eed3
Unverified
Commit
2916eed3
authored
Jan 05, 2023
by
Frank Lee
Committed by
GitHub
Jan 05, 2023
Browse files
[workflow] fixed pypi release workflow error (#2327)
parent
8d8dec09
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.github/workflows/release_pypi.yml
.github/workflows/release_pypi.yml
+2
-2
No files found.
.github/workflows/release_pypi.yml
View file @
2916eed3
...
@@ -18,8 +18,8 @@ jobs:
...
@@ -18,8 +18,8 @@ jobs:
-
uses
:
actions/checkout@v2
-
uses
:
actions/checkout@v2
-
uses
:
actions/setup-python@v2
-
uses
:
actions/setup-python@v2
with
:
with
:
python-version
:
'
3.8.14'
python-version
:
'
3.8.14'
-
run
:
python setup.py sdist build
-
run
:
python setup.py sdist build
...
...
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