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 c12e9da commit 017ad45Copy full SHA for 017ad45
.github/workflows/publish-to-live-pypi.yml
@@ -9,6 +9,11 @@ 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-googlemap
15
+ permissions:
16
+ id-token: write
17
steps:
18
- uses: actions/checkout@v3
19
- name: Set up Python 3.10
@@ -34,6 +39,3 @@ jobs:
34
39
- name: Publish distribution 📦 to PyPI
35
40
if: startsWith(github.ref, 'refs/tags')
36
41
uses: pypa/gh-action-pypi-publish@release/v1
37
- with:
38
- user: __token__
- password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments