Skip to content

Commit

Permalink
update python-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jadehh committed Mar 6, 2023
1 parent 63d75cc commit 09d34ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: upload files
uses: actions/upload-artifact@v2
with:
name: ${{ matrix.os }}
name: dist
path: dist
## 发布
- name: release
Expand Down
2 changes: 1 addition & 1 deletion acllite/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# @Email : [email protected]
# @Software : Samples
# @Desc :
version = "1.0.5"
version = "1.0.7"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def find_packages(path,pack_list):
find_packages("acllite",pack_list)
setup(
name="acllite",
version="1.0.6",
version="1.0.7",
keywords=("pip", "acllite", ""),
description="acllite",
long_description=long_description,
Expand Down

0 comments on commit 09d34ce

Please sign in to comment.