update release bdist CI (#902)

This commit is contained in:
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

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