Skip to content

Commit

Permalink
fix: pypi environments (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun authored Apr 24, 2024
1 parent 2936a92 commit 7c76a79
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-to-live-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
build-n-publish:
name: Build and publish Python 🐍 distributions 📦 to pypi
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/djangocms-frontend
permissions:
id-token: write
steps:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
build-n-publish:
name: Build and publish Python 🐍 distributions 📦 to TestPyPI
runs-on: ubuntu-latest
environment:
name: pypi
url: https://test.pypi.org/p/djangocms-frontend
permissions:
id-token: write
steps:
Expand Down

0 comments on commit 7c76a79

Please sign in to comment.