Skip to content

Commit 3f725ab

Browse files
IgorTatarnikovwillGraham01
authored andcommitted
Update test_and_deploy.yml
See neuroinformatics-unit/movement#108
1 parent abf7002 commit 3f725ab

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
@@ -140,11 +140,6 @@ jobs:
140140
if: github.event_name == 'push' && github.ref_type == 'tag'
141141
runs-on: ubuntu-latest
142142
steps:
143-
- uses: actions/download-artifact@v3
143+
- uses: neuroinformatics-unit/actions/upload_pypi@v2
144144
with:
145-
name: artifact
146-
path: dist
147-
- uses: pypa/[email protected]
148-
with:
149-
user: __token__
150-
password: ${{ secrets.TWINE_API_KEY }}
145+
secret-pypi-key: ${{ secrets.TWINE_API_KEY }}

0 commit comments

Comments
 (0)