We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1a4719 commit 2758103Copy full SHA for 2758103
{{cookiecutter.package_name}}/.github/workflows/test_and_deploy.yml
@@ -56,6 +56,11 @@ jobs:
56
needs: [build_sdist_wheels]
57
runs-on: ubuntu-latest
58
steps:
59
- - uses: neuroinformatics-unit/actions/upload_pypi@v2
+ - uses: actions/download-artifact@v4
60
with:
61
- secret-pypi-key: ${{ secrets.TWINE_API_KEY }}
+ name: artifact
62
+ path: dist
63
+ - uses: pypa/[email protected]
64
+ with:
65
+ user: __token__
66
+ password: ${{ secrets.TWINE_API_KEY }}
0 commit comments