From 45a959aa59e796bf0dd46cbd6391d91b542d20bf Mon Sep 17 00:00:00 2001 From: Vincent Auriau Date: Sun, 19 Nov 2023 19:11:57 +0100 Subject: [PATCH] Update release.yaml --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8a2dd76..a5d75c4 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -19,9 +19,9 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install setuptools wheel twine + pip install setuptools wheel twine build - name: Build the dist files - run: python setup.py sdist bdist_wheel + run: python -m build - name: Publish env: TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}