File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,10 @@ jobs:
1919 with :
2020 python-version : ' 3.12'
2121 - name : Install build dependencies
22- run : pip install build twine
22+ run : pip install build
2323 - name : Build package
2424 run : python -m build
2525 working-directory : flash_attn/cute
26- - name : Check package metadata
27- run : twine check dist/*
28- working-directory : flash_attn/cute
2926 - name : Store distribution packages
3027 uses : actions/upload-artifact@v4
3128 with :
6057 env :
6158 TWINE_USERNAME : " __token__"
6259 TWINE_PASSWORD : ${{ secrets.PYPI_API_TOKEN }}
63- run : pip install twine && python -m twine upload dist/*
60+ run : pip install " twine>=6.1" "packaging>=24.2" && python -m twine upload dist/*
Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" setuptools" , " setuptools-scm>=8" ]
2+ requires = [" setuptools>=75 " , " setuptools-scm>=8" ]
33build-backend = " setuptools.build_meta"
44
55[project ]
You can’t perform that action at this time.
0 commit comments