We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da4baf5 commit d8eb548Copy full SHA for d8eb548
.github/workflows/publish.yaml
@@ -26,4 +26,4 @@ jobs:
26
- name: Publish package to PyPI
27
run: |
28
pip install twine
29
- twine upload package/dist/* --skip-existing -u __token__ -p ${{ secrets.PYPI_API_TOKEN }}
+ twine upload dist/* --skip-existing -u __token__ -p ${{ secrets.PYPI_API_TOKEN }}
MANIFEST.in
@@ -1,2 +1,3 @@
1
recursive-include swift/utils *.py
2
-include swift/llm/data *.*
+recursive-include swift/llm/data *.*
3
+recursive-include requirements *.txt
0 commit comments