We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6554f84 commit 83e99f0Copy full SHA for 83e99f0
.github/workflows/publish-to-live-pypi.yml
@@ -9,6 +9,9 @@ jobs:
9
build-n-publish:
10
name: Build and publish Python 🐍 distributions 📦 to pypi
11
runs-on: ubuntu-latest
12
+ environment:
13
+ name: pypi
14
+ url: https://pypi.org/p/djangocms-frontend
15
permissions:
16
id-token: write
17
steps:
.github/workflows/publish-to-test-pypi.yml
name: Build and publish Python 🐍 distributions 📦 to TestPyPI
0 commit comments