Skip to content

Commit

Permalink
Replaced NIU upload action with separate steps (#478)
Browse files Browse the repository at this point in the history
* Replaced NIU upload action with separate steps

* Correct needs section
  • Loading branch information
IgorTatarnikov authored Jan 27, 2025
1 parent fcb8b8c commit aca23ba
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,11 @@ jobs:
if: github.event_name == 'push' && github.ref_type == 'tag'
runs-on: ubuntu-latest
steps:
- uses: neuroinformatics-unit/actions/upload_pypi@v2
- uses: actions/download-artifact@v4
with:
secret-pypi-key: ${{ secrets.TWINE_API_KEY }}
name: artifact
path: dist
- uses: pypa/[email protected]
with:
user: __token__
password: ${{ secrets.TWINE_API_KEY }}

0 comments on commit aca23ba

Please sign in to comment.