Skip to content

Commit 2758103

Browse files
Replaced NIU upload action with separate steps
1 parent c1a4719 commit 2758103

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

{{cookiecutter.package_name}}/.github/workflows/test_and_deploy.yml

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

0 commit comments

Comments
 (0)