Skip to content

Commit

Permalink
Merge pull request #14 from Arisophy/Arisophy-patch-1
Browse files Browse the repository at this point in the history
Update release.yml
  • Loading branch information
Arisophy authored May 23, 2024
2 parents 8fa27d2 + c2dec1f commit 3208021
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,11 @@ jobs:
url: https://pypi.org/p/django_compositepk_model # Replace <package-name> 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

0 comments on commit 3208021

Please sign in to comment.