From f27763352ec53cd5ff20b3382475472d9c091dda Mon Sep 17 00:00:00 2001 From: Christoph Zwerschke Date: Sun, 13 Oct 2024 20:22:12 +0200 Subject: [PATCH] Update publish action --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8e2be707..440eb22d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,7 +19,7 @@ jobs: - name: Build wheel and source tarball run: | - pip install wheel + pip install setuptools wheel python setup.py sdist bdist_wheel - name: Publish a Python distribution to PyPI