Skip to content

Commit

Permalink
Merge pull request #1189 from datajoint/fix/ci-download-artifact
Browse files Browse the repository at this point in the history
Fix CI for 0.14.3 release
  • Loading branch information
yambottle authored Sep 23, 2024
2 parents 3451149 + 56c43aa commit 77b75e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
prerelease: false
draft: false
- name: Fetch pip artifacts
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v3
with:
name: pip-datajoint-${{env.DJ_VERSION}}
path: dist
Expand Down Expand Up @@ -222,7 +222,7 @@ jobs:
-e TWINE_USERNAME=${TWINE_USERNAME} -e TWINE_PASSWORD=${TWINE_PASSWORD} app \
sh -c "pip install twine && python -m twine upload dist/*"
- name: Login to DockerHub
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
username: ${{secrets.docker_username}}
password: ${{secrets.docker_password}}
Expand Down

0 comments on commit 77b75e9

Please sign in to comment.