File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 26
26
- name : 🚀 Publish to PyPi
27
27
env :
28
28
TWINE_USERNAME : ${{ secrets.PYPI_USERNAME }}
29
- TWINE_PASSWORD : ${{ secrets.PASSWORD }}
29
+ TWINE_PASSWORD : ${{ secrets.PYPI_PASSWORD }}
30
30
run : |
31
31
python setup.py sdist bdist_wheel
32
- twine upload -r testpypi dist/*
32
+ twine upload -r testpypi dist/* -u $TWINE_USERNAME -p $TWINE_PASSWORD
33
33
twine check dist/*
34
- twine upload dist/*
34
+ twine upload dist/* -u $TWINE_USERNAME -p $TWINE_PASSWORD
Original file line number Diff line number Diff line change 5
5
long_description = fh .read ()
6
6
7
7
setuptools .setup (
8
- name = "template-python" , # Replace with your own username
8
+ name = "template-python-zuppif " ,
9
9
version = "0.0.1" ,
10
- author = "Roboflow " ,
11
- author_email = "jacob@roboflow .com" ,
10
+ author = "zuppif " ,
11
+ author_email = "francesco.zuppichini@gmail .com" ,
12
12
description = "<INSERT_DESCRIPTION>" ,
13
13
long_description = long_description ,
14
14
long_description_content_type = "text/markdown" ,
15
- url = "<INSERT_URL> " ,
15
+ url = "https://www.youtube.com/watch?v=dQw4w9WgXcQ " ,
16
16
install_requires = [
17
17
# list your requires
18
18
],
You can’t perform that action at this time.
0 commit comments