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
8993c8a8
Unverified
Commit
8993c8a8
authored
Nov 01, 2023
by
Hongxin Liu
Committed by
GitHub
Nov 01, 2023
Browse files
[release] update version (#4995)
* [release] update version * [hotfix] fix ci
parent
b6696beb
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
.github/workflows/release_test_pypi_before_merge.yml
.github/workflows/release_test_pypi_before_merge.yml
+3
-1
version.txt
version.txt
+1
-1
No files found.
.github/workflows/release_test_pypi_before_merge.yml
View file @
8993c8a8
...
@@ -27,7 +27,9 @@ jobs:
...
@@ -27,7 +27,9 @@ jobs:
echo $new_version > ./version.txt
echo $new_version > ./version.txt
echo "version=$new_version" >> $GITHUB_OUTPUT
echo "version=$new_version" >> $GITHUB_OUTPUT
-
run
:
python setup.py sdist build
-
run
:
|
pip install --upgrade pip
python setup.py sdist build
# publish to PyPI if executed on the main branch
# publish to PyPI if executed on the main branch
-
name
:
Publish package to PyPI
-
name
:
Publish package to PyPI
...
...
version.txt
View file @
8993c8a8
0.3.
3
0.3.
4
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