Skip to content

Commit 79e46af

Browse files
IgorTatarnikovalessandrofelder
authored andcommitted
Update test_and_deploy.yml
See neuroinformatics-unit/movement#108
1 parent ae10446 commit 79e46af

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/test_and_deploy.yml

+2-7
Original file line numberDiff line numberDiff line change
@@ -139,11 +139,6 @@ jobs:
139139
if: github.event_name == 'push' && github.ref_type == 'tag'
140140
runs-on: ubuntu-latest
141141
steps:
142-
- uses: actions/download-artifact@v3
142+
- uses: neuroinformatics-unit/actions/upload_pypi@v2
143143
with:
144-
name: artifact
145-
path: dist
146-
- uses: pypa/[email protected]
147-
with:
148-
user: __token__
149-
password: ${{ secrets.TWINE_API_KEY }}
144+
secret-pypi-key: ${{ secrets.TWINE_API_KEY }}

0 commit comments

Comments
 (0)