From 398f0d0fc5ae36b59acff7e98669fbe97031d4c9 Mon Sep 17 00:00:00 2001 From: Andrey Kislyuk Date: Sat, 28 Dec 2024 19:05:57 -0800 Subject: [PATCH] WIP5 --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 71bfafc..84cc77c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,6 +16,7 @@ jobs: # FIXME: download release artifacts here? - uses: actions/checkout@v4 - uses: actions/setup-python@v4 + - run: pip install build - run: python -m build # - name: Publish package distributions to PyPI # uses: pypa/gh-action-pypi-publish@release/v1