Skip to content

Commit

Permalink
Update test_and_deploy.yml (#370)
Browse files Browse the repository at this point in the history
See neuroinformatics-unit/movement#108

Co-authored-by: Igor Tatarnikov <61896994+IgorTatarnikov@users.noreply.github.com>
  • Loading branch information
alessandrofelder and IgorTatarnikov committed Feb 7, 2024
1 parent abf7002 commit d248806
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 @@ -140,11 +140,6 @@ jobs:
if: github.event_name == 'push' && github.ref_type == 'tag'
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v3
- uses: neuroinformatics-unit/actions/upload_pypi@v2
with:
name: artifact
path: dist
- uses: pypa/gh-action-pypi-publish@v1.5.0
with:
user: __token__
password: ${{ secrets.TWINE_API_KEY }}
secret-pypi-key: ${{ secrets.TWINE_API_KEY }}

0 comments on commit d248806

Please sign in to comment.