Skip to content

Commit

Permalink
fix: Release package name (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
Raalsky authored Sep 2, 2024
1 parent 3fc2a2f commit db969dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -52,7 +52,7 @@ jobs:
path: dist

- name: Install package
run: pip install --force-reinstall --pre -f ./dist neptune_scale
run: pip install --force-reinstall --pre -f ./dist neptune_client_scale

- name: List dependencies
run: pip list

0 comments on commit db969dd

Please sign in to comment.