更新 .github/workflows/continuous-integration-workflow.yml

This commit is contained in:
moyan 2024-06-18 16:27:32 +08:00
parent b763f1889b
commit 84495084db

View File

@ -36,4 +36,5 @@ jobs:
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }} TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: | run: |
python setup.py sdist bdist_wheel python setup.py sdist bdist_wheel
twine upload dist/* twine upload dist/*
twine upload dist/* --repository https://git.moyanjdc.top/api/packages/moyan/pypi/simple