Skip to content

Commit

Permalink
Remove pypi publishing actions step.
Browse files Browse the repository at this point in the history
  • Loading branch information
samcunliffe committed Nov 16, 2023
1 parent fbe53c3 commit 674fd48
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,3 @@ jobs:
runs-on: ubuntu-latest
steps:
- 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/gh-action-pypi-publish@v1.5.0
with:
user: __token__
password: ${{ secrets.TWINE_API_KEY }}

0 comments on commit 674fd48

Please sign in to comment.