Skip to content

Commit

Permalink
Merge pull request #326 from brainglobe/update-publish-distribution-a…
Browse files Browse the repository at this point in the history
…ction

Use the updated upload_pypi action
  • Loading branch information
alessandrofelder authored Feb 2, 2024
2 parents 49c66f5 + 1b61b15 commit ec248ef
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 @@ -70,11 +70,6 @@ jobs:
needs: [build_sdist_wheels]
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v3
- uses: neuroinformatics-unit/actions/upload_pypi@v2
with:
name: artifact
path: dist
- uses: pypa/[email protected]
with:
user: __token__
password: ${{ secrets.TWINE_API_KEY }}
secret-pypi-key: ${{ secrets.TWINE_API_KEY }}

0 comments on commit ec248ef

Please sign in to comment.