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
chenpangpang
open-webui
Commits
c23a944b
"src/git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "7ccef3e77aee8282b53a413c3d213053607a8f79"
Commit
c23a944b
authored
May 21, 2024
by
Timothy J. Baek
Browse files
rename
parent
e6456794
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
31 additions
and
31 deletions
+31
-31
.github/workflows/ci.yml
.github/workflows/ci.yml
+0
-31
.github/workflows/release-pypi.yml
.github/workflows/release-pypi.yml
+31
-0
No files found.
.github/workflows/ci.yml
deleted
100644 → 0
View file @
e6456794
name
:
Release
on
:
push
:
branches
:
-
main
# or whatever branch you want to use
jobs
:
release
:
runs-on
:
ubuntu-latest
environment
:
name
:
pypi
url
:
https://pypi.org/p/open-webui
permissions
:
id-token
:
write
steps
:
-
name
:
Checkout repository
uses
:
actions/checkout@v4
-
uses
:
actions/setup-node@v4
with
:
node-version
:
18
-
uses
:
actions/setup-python@v5
with
:
python-version
:
3.11
-
name
:
Build
run
:
|
python -m pip install --upgrade pip
pip install build
python -m build .
-
name
:
Publish package distributions to PyPI
uses
:
pypa/gh-action-pypi-publish@release/v1
.github/workflows/release-pypi.yml
0 → 100644
View file @
c23a944b
name
:
Release to PyPI
on
:
push
:
branches
:
-
main
# or whatever branch you want to use
jobs
:
release
:
runs-on
:
ubuntu-latest
environment
:
name
:
pypi
url
:
https://pypi.org/p/open-webui
permissions
:
id-token
:
write
steps
:
-
name
:
Checkout repository
uses
:
actions/checkout@v4
-
uses
:
actions/setup-node@v4
with
:
node-version
:
18
-
uses
:
actions/setup-python@v5
with
:
python-version
:
3.11
-
name
:
Build
run
:
|
python -m pip install --upgrade pip
pip install build
python -m build .
-
name
:
Publish package distributions to PyPI
uses
:
pypa/gh-action-pypi-publish@release/v1
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