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.
2 parents f83b9a7 + 9509309 commit f608d34Copy full SHA for f608d34
.github/workflows/release-pypi.yml
@@ -41,7 +41,7 @@ jobs:
41
TWINE_USERNAME: __token__
42
TWINE_PASSWORD: ${{ secrets.TWINE_API_KEY }}
43
run: |
44
- make dist
+ python3 setup.py sdist bdist_wheel
45
ls dist/
46
tar tvf dist/dlclibrary-*.tar.gz
47
python3 -m twine upload dist/*
0 commit comments