Skip to content

Commit d8eb548

Browse files
committed
fix packaging
1 parent da4baf5 commit d8eb548

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
- name: Publish package to PyPI
2727
run: |
2828
pip install twine
29-
twine upload package/dist/* --skip-existing -u __token__ -p ${{ secrets.PYPI_API_TOKEN }}
29+
twine upload dist/* --skip-existing -u __token__ -p ${{ secrets.PYPI_API_TOKEN }}

MANIFEST.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
recursive-include swift/utils *.py
2-
include swift/llm/data *.*
2+
recursive-include swift/llm/data *.*
3+
recursive-include requirements *.txt

0 commit comments

Comments
 (0)