From c2dec1f0cf2cac653a89c52689cc54d664c35f01 Mon Sep 17 00:00:00 2001 From: Arisophy <46107344+Arisophy@users.noreply.github.com> Date: Thu, 23 May 2024 10:47:38 +0900 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3d131b9..a0cfa96 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,3 +45,11 @@ jobs: url: https://pypi.org/p/django_compositepk_model # Replace with your PyPI project name permissions: id-token: write # IMPORTANT: mandatory for trusted publishing + steps: + - name: Download all the dists + uses: actions/download-artifact@v3 + with: + name: python-package-distributions + path: dist/ + - name: Publish distribution 📦 to PyPI + uses: pypa/gh-action-pypi-publish@release/v1