pypi 수정 2
release 파일 자동 생성
This commit is contained in:
jung-geun
2023-07-18 11:46:08 +09:00
parent f58a46fcc1
commit 23176bafb2
2 changed files with 25 additions and 2 deletions

View File

@@ -24,5 +24,5 @@ jobs:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
run: |
python setup.py bdist_wheel
twine upload dist/*.whl
python setup.py bdist_wheel sdist
twine upload dist/*.whl dist/*.tar.gz