We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2090de2 commit 6785fd2Copy full SHA for 6785fd2
.github/workflows/.github/workflows/release-pypi.yml
@@ -43,7 +43,7 @@ jobs:
43
run: |
44
make dist
45
ls dist/
46
- tar tvf dist/cebra-*.tar.gz
+ tar tvf dist/dlclibrary-*.tar.gz
47
python3 -m twine upload --repository testpypi dist/*
48
49
- name: Build and publish to PyPI
0 commit comments