From b67e53835354ba0609422e0f81b5553cda3d2aad Mon Sep 17 00:00:00 2001 From: moyan <1561515308@qq.com> Date: Tue, 18 Jun 2024 16:44:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.github/workflows/continuo?= =?UTF-8?q?us-integration-workflow.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/continuous-integration-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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