Skip to content

Commit

Permalink
[A] Add public pypi supporting
Browse files Browse the repository at this point in the history
  • Loading branch information
zephyr-sh committed Dec 27, 2024
1 parent 80fe47a commit 6a24a87
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ jobs:
run: |
python -m pip install wheel twine
python setup.py bdist_wheel
python -m twine upload -u admin -p ${{ secrets.TWINE_PASSWORD }} \
--repository-url http://192.168.0.105:18080 \
${{ github.workspace }}/dist/*.whl
python -m twine upload dist/*.whl
- name: Create Release
id: create_release
Expand All @@ -65,7 +63,7 @@ jobs:
prerelease: false
generateReleaseNotes: true
discussionCategory: General
artifacts: "${{ github.workspace }}/dist/chameleon-*-none-any.whl"
artifacts: "${{ github.workspace }}/dist/chameleon_docsaid-*-none-any.whl"

- name: Clean wheel
run: |
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@

<p align="left">
<a href="./LICENSE"><img src="https://img.shields.io/badge/license-Apache%202-dfd.svg"></a>
<a href=""><img src="https://img.shields.io/badge/python-3.10+-aff.svg"></a>
<a href="https://github.com/DocsaidLab/Chameleon/releases"><img src="https://img.shields.io/github/v/release/DocsaidLab/Chameleon?color=ffa"></a>
<a href=""><img src="https://img.shields.io/badge/python-3.8+-aff.svg"></a>
<a href="https://pypi.org/project/chameleon_docsaid/"><img src="https://img.shields.io/pypi/v/chameleon_docsaid.svg"></a>
</p>

## Introduction

![title](./docs/title.webp)
![title](https://raw.githubusercontent.com/DocsaidLab/Chameleon/refs/heads/main/docs/title.webp)
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[metadata]
name = chameleon
name = chameleon_docsaid
version = attr: chameleon.__version__
description = Torch based deep learning library.
long_description = file: README.md
long_description_content_type = text/markdown
license = Apache License 2.0
classifiers=
Development Status :: 5 - Production/Stable
Expand Down

0 comments on commit 6a24a87

Please sign in to comment.