Skip to content

Commit

Permalink
Merge pull request #28 from neuroinformatics-unit/patch-workflow
Browse files Browse the repository at this point in the history
Use latest pypi upload action
  • Loading branch information
lauraporta authored Sep 4, 2024
2 parents e24863d + d00a0a3 commit 1870947
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,12 @@ jobs:
- uses: neuroinformatics-unit/actions/build_sdist_wheels@v2



upload_all:
name: Publish build distributions
needs: [build_sdist_wheels]
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v3
with:
name: artifact
path: dist
- uses: pypa/[email protected]
- uses: neuroinformatics-unit/actions/upload_pypi@v2
with:
user: __token__
password: ${{ secrets.TWINE_API_KEY }}
secret-pypi-key: ${{ secrets.TWINE_API_KEY }}

0 comments on commit 1870947

Please sign in to comment.