Skip to content

Commit 6785fd2

Browse files
authored
Update release-pypi.yml
1 parent 2090de2 commit 6785fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/.github/workflows/release-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: |
4444
make dist
4545
ls dist/
46-
tar tvf dist/cebra-*.tar.gz
46+
tar tvf dist/dlclibrary-*.tar.gz
4747
python3 -m twine upload --repository testpypi dist/*
4848
4949
- name: Build and publish to PyPI

0 commit comments

Comments
 (0)