diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 9575c6c..48630fb 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -57,5 +57,5 @@ jobs: runs-on: ubuntu-latest steps: - uses: neuroinformatics-unit/actions/upload_pypi@main - secrets: - pypi-api-key: ${{ secrets.BTB_UPLOAD_API_KEY }} + with: + secret-pypi-key: ${{ secrets.BTB_UPLOAD_API_KEY }}