File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed
Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -36,10 +36,10 @@ jobs:
3636 python -m pip install --upgrade pip
3737 pip install -r requirements.txt
3838
39- # Step 5: Install build
40- - name : Install build
39+ # Step 5: Install build tools
40+ - name : Install build tools
4141 run : |
42- python -m pip install --upgrade build
42+ python -m pip install --upgrade build hatchling
4343
4444 # Step 6: Build distribution files
4545 - name : Build distribution
5555 - name : Upload
5656 env :
5757 TWINE_USERNAME : ${{ secrets.USERNAME }}
58- TWINE_PASSWORD : ${{ secrets.API_KEY }}
58+ TWINE_PASSWORD : ${{ secrets.API_TOKEN }}
5959 run : |
60- twine upload --repository-url https://test.pypi.org/legacy/ dist/*
60+ twine upload --repository-url https://test.pypi.org/legacy/ dist/* --verbose
Original file line number Diff line number Diff line change 11[build-system ]
22requires = [" hatchling" ]
33build-backend = " hatchling.build"
4+
45[tool .hatch .build .targets .wheel ]
5- packages =[" faces" ]
6+ packages = [" faces" ]
7+
68[project ]
79name = " faces-PyJs"
8- version = " 0.0.8 "
10+ version = " 0.0.9 "
911description = " Lets you have super useful security."
1012readme = " README.md"
1113requires-python = " >=3.11.9"
@@ -14,6 +16,7 @@ classifiers = [
1416 " License :: OSI Approved :: MIT License" ,
1517 " Operating System :: OS Independent" ,
1618]
19+
1720[project .urls ]
1821"Homepage" = " https://github.com/htmlcoder1562/faces-PyJs"
1922"Issues" = " https://github.com/htmlcoder1562/faces-PyJs/issues"
You can’t perform that action at this time.
0 commit comments