diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index cc3fe3d..e3b181a 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -38,4 +38,4 @@ jobs: run: | python setup.py sdist bdist_wheel twine upload dist/* - twine upload dist/* --repository https://git.moyanjdc.top/api/packages/moyan/pypi/simple \ No newline at end of file + twine upload dist/* --repository https://git.moyanjdc.top/api/packages/pubilc/pypi/simple -u pubilc -p pubilc \ No newline at end of file