Skip to content

Commit

Permalink
reuse pypi upload action (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
niksirbi authored Feb 1, 2024
1 parent 1663b1a commit 61b61be
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,6 @@ jobs:
needs: [build_sdist_wheels]
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v4
- uses: neuroinformatics-unit/actions/upload_pypi@reuse-pypi-upload
with:
name: artifact
path: dist
- uses: pypa/[email protected]
with:
user: __token__
password: ${{ secrets.BTB_UPLOAD_API_KEY }}
secret_name: BTB_UPLOAD_API_KEY

0 comments on commit 61b61be

Please sign in to comment.