Skip to content

Commit

Permalink
use v2 for all reusable NIU actions
Browse files Browse the repository at this point in the history
including the update upload_pypi one.
  • Loading branch information
niksirbi authored Feb 2, 2024
1 parent e760339 commit 2f3482e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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@main
- uses: neuroinformatics-unit/actions/upload_pypi@v2
with:
secret-pypi-key: ${{ secrets.BTB_UPLOAD_API_KEY }}

0 comments on commit 2f3482e

Please sign in to comment.