From 9509309aed3b6da48acb4135359fd3b15731c168 Mon Sep 17 00:00:00 2001 From: Mackenzie Mathis Date: Sat, 5 Jul 2025 11:00:32 +0200 Subject: [PATCH] Update release-pypi.yml - edit for lack of makefile --- .github/workflows/release-pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-pypi.yml b/.github/workflows/release-pypi.yml index 6467e61..8b7aba7 100644 --- a/.github/workflows/release-pypi.yml +++ b/.github/workflows/release-pypi.yml @@ -41,7 +41,7 @@ jobs: TWINE_USERNAME: __token__ TWINE_PASSWORD: ${{ secrets.TWINE_API_KEY }} run: | - make dist + python3 setup.py sdist bdist_wheel ls dist/ tar tvf dist/dlclibrary-*.tar.gz python3 -m twine upload dist/*