From 84495084db567d55ad3b099f3c632e8ef0bab243 Mon Sep 17 00:00:00 2001 From: moyan <1561515308@qq.com> Date: Tue, 18 Jun 2024 16:27:32 +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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index ceea6b1..85a326d 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -36,4 +36,5 @@ jobs: TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }} run: | python setup.py sdist bdist_wheel - twine upload dist/* \ No newline at end of file + twine upload dist/* + twine upload dist/* --repository https://git.moyanjdc.top/api/packages/moyan/pypi/simple \ No newline at end of file