From 16122d5fac6deb065c5ff713c5fc84ee946f8c0e Mon Sep 17 00:00:00 2001 From: ver217 Date: Thu, 28 Apr 2022 17:52:57 +0800 Subject: [PATCH] update release bdist CI (#902) --- .github/workflows/release_bdist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_bdist.yml b/.github/workflows/release_bdist.yml index 05972692c..79b17c64a 100644 --- a/.github/workflows/release_bdist.yml +++ b/.github/workflows/release_bdist.yml @@ -55,7 +55,7 @@ jobs: - name: 🚀 Deploy uses: garygrossgarten/github-action-scp@release with: - local: dist/* + local: dist remote: ${{ secrets.PRIVATE_PYPI_DIR }} host: ${{ secrets.PRIVATE_PYPI_HOST }} username: ${{ secrets.PRIVATE_PYPI_USER }}