Skip to content

Commit

Permalink
v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xyluo25 committed Jun 1, 2023
1 parent e5fb8dd commit e50ef64
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions Tutorial PyPI.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# step 1 prepare setpu.py file

After that, run

`python setup.py sdist bdist_wheel`

under save folder


# step 2 prepare .pypirc file



# step 3 upload your file onto pypi

you will see dict folder under your homefolder,and then

run

`twine upload --repository testpypi dist/*`

under save folder

0 comments on commit e50ef64

Please sign in to comment.