Skip to content

Commit

Permalink
add twine
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangxinglei committed May 30, 2024
1 parent 90c834c commit 53f3c7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Create setup dist
run: |
./manager create_dist
twine check
twine check dist/*
shell: micromamba-shell {0}

- name: Store wheels
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
name='qihoo-tensornet',
version=version,
description='tensornet',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
author='jiangxinglei',
author_email='[email protected]',
url='https://github.com/Qihoo360/tensornet',
Expand Down

0 comments on commit 53f3c7d

Please sign in to comment.