From 06430ebfcf184880f4f8d8402b18fa8074b49959 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CAidan?= <“abeiku17@gmail.com”> Date: Thu, 1 Feb 2024 15:00:01 +0000 Subject: [PATCH] ci: install missing tomli --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b765e44..264b220 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -32,7 +32,7 @@ jobs: - name: Build source and wheel distributions run: | - python -m pip install --upgrade pip wheel twine + python -m pip install --upgrade pip wheel twine tomli python setup.py sdist bdist_wheel twine check --strict dist/*