Skip to content

Commit

Permalink
Update pypi_upload step in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
niksirbi authored Feb 2, 2024
1 parent 61b61be commit 12e82b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ jobs:
needs: [build_sdist_wheels]
runs-on: ubuntu-latest
steps:
- uses: neuroinformatics-unit/actions/upload_pypi@reuse-pypi-upload
with:
secret_name: BTB_UPLOAD_API_KEY
- uses: neuroinformatics-unit/actions/upload_pypi@main
secrets:
pypi-api-key: ${{ secrets.BTB_UPLOAD_API_KEY }}

0 comments on commit 12e82b5

Please sign in to comment.