From d175b5e6a361856bd9ec06347501def66a0a7cca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Le=C5=9Bniewski?= Date: Sun, 19 May 2024 17:20:43 +0200 Subject: [PATCH] Minor CI config changes --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2f3002e..4a47b64 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,12 +40,12 @@ jobs: id-token: write # IMPORTANT: mandatory for trusted publishing steps: - - name: Download all th + - name: Download all the dists uses: actions/download-artifact@v3 with: name: python-package-distributions path: dist/ - - name: Publish distribution 📦 to PyPI + - name: Publish distribution to PyPI uses: pypa/gh-action-pypi-publish@release/v1 github-release: