From c99c615d3319e9563e51c6923d2754058b87e87d Mon Sep 17 00:00:00 2001 From: Moritz Lerch Date: Mon, 31 Jul 2023 00:45:15 +0200 Subject: [PATCH] ci: publish: another try --- .github/workflows/publish.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index bd84c39..8064889 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,10 +18,12 @@ jobs: with: python-version: "3.x" + - name: Install build dependencies + run: pip install build wheel setuptools twine check-manifest + - name: Build source and wheel distributions run: | python -m venv /tmp/env - /tmp/env/bin/pip install -U pip wheel setuptools twine check-manifest python -m build check-manifest . twine check --strict dist/*