Skip to content

Commit f608d34

Browse files
authored
Merge pull request #40 from DeepLabCut/MMathisLab-pypi-dist
Update release-pypi.yml
2 parents f83b9a7 + 9509309 commit f608d34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
TWINE_USERNAME: __token__
4242
TWINE_PASSWORD: ${{ secrets.TWINE_API_KEY }}
4343
run: |
44-
make dist
44+
python3 setup.py sdist bdist_wheel
4545
ls dist/
4646
tar tvf dist/dlclibrary-*.tar.gz
4747
python3 -m twine upload dist/*

0 commit comments

Comments
 (0)