update release bdist CI (#902)

pull/905/head
ver217 2022-04-28 17:52:57 +08:00 committed by GitHub
parent 2c0d19d755
commit 16122d5fac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}