Skip to content

Commit 7773d00

Browse files
Use updated upload_pypi action (#25)
* Use updated upload_pypi action * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ead6143 commit 7773d00

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/test_and_deploy.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,6 @@ jobs:
5656
needs: [build_sdist_wheels]
5757
runs-on: ubuntu-latest
5858
steps:
59-
- uses: actions/download-artifact@v3
59+
- uses: neuroinformatics-unit/actions/upload_pypi@v2
6060
with:
61-
name: artifact
62-
path: dist
63-
- uses: pypa/[email protected]
64-
with:
65-
user: __token__
66-
password: ${{ secrets.TWINE_API_KEY }}
61+
secret-pypi-key: ${{ secrets.TWINE_API_KEY }}

0 commit comments

Comments
 (0)