fix(workflow): pypi upload

This commit is contained in:
源文雨
2024-07-03 16:47:32 +09:00
parent 3b9faea56b
commit a4aaada8f9
+1 -1
View File
@@ -30,7 +30,7 @@ jobs:
CHTTS_VER: ${{ github.ref_name }}
run: |
echo "Release Tag: ${{ github.ref_name }}"
python setup.py build_py
python setup.py sdist
- name: Upload Package
run: |