From e399ee9fcdb60c7ec46bf79ff76c33d14dd6a84f Mon Sep 17 00:00:00 2001 From: Tomasetti Romin Date: Thu, 26 Mar 2026 19:02:10 +0100 Subject: [PATCH] ci(release): install requirements This is a followup for #29. --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e3b019b..e27723a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,6 +15,7 @@ jobs: with: python-version: 3.x - run: | + python -m pip install -r requirements-dev.txt python -m pip install setuptools wheel python setup.py sdist bdist_wheel - uses: pypa/gh-action-pypi-publish@release/v1