File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 pip install setuptools wheel twine
2020 - name : Build and publish
2121 env :
22- TWINE_USERNAME : ${{ secrets.PYPI_USERNAME }}
23- TWINE_PASSWORD : ${{ secrets.PYPI_PASSWORD }}
22+ TWINE_USERNAME : __token__
23+ TWINE_PASSWORD : ${{ secrets.PYPI_TOKEN }}
2424 run : |
2525 python setup.py sdist bdist_wheel
2626 twine upload dist/*
Original file line number Diff line number Diff line change 22 "login" : "login" ,
33 "password" : "password" ,
44 "account" : "account" ,
5+ "http_proxy" : "http_proxy" ,
6+ "https_proxy" : "https_proxy"
57}
68
79MODULE_KEY = "click_creds.classes.ClickCreds"
Original file line number Diff line number Diff line change 1515
1616VERSION = (HERE / "version.txt" ).read_text ()
1717
18- GITHUB_URL = "https://github.com/eshaan7 /click-creds"
18+ GITHUB_URL = "https://github.com/intelowlproject /click-creds"
1919
2020requirements = (HERE / "requirements.txt" ).read_text ().split ("\n " )
2121
2222requirements_test = (HERE / "requirements.dev.txt" ).read_text ().split ("\n " )
2323
2424# This call to setup() does all the work
2525setup (
26- name = "click-creds" ,
26+ name = "intelowl- click-creds" ,
2727 version = VERSION ,
2828 url = GITHUB_URL ,
2929 license = "BSD" ,
Original file line number Diff line number Diff line change 1- 0.0.3
1+ 0.0.1
You can’t perform that action at this time.
0 commit comments