We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e736ac4 commit a8c6953Copy full SHA for a8c6953
.github/workflows/release-please.yaml
@@ -29,6 +29,11 @@ jobs:
29
if: ${{ needs.release-please.outputs.release_created }}
30
container:
31
image: "python:3.11"
32
+ environment:
33
+ name: pypi
34
+ url: https://pypi.org/p/spotify-confidence-sdk
35
+ permissions:
36
+ id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
37
steps:
38
- name: Check out src from Git
39
uses: actions/checkout@v4
@@ -77,6 +82,4 @@ jobs:
77
82
.
78
83
79
84
- name: pypi-publish
80
- uses: pypa/gh-action-pypi-publish@v1.10.3
81
- with:
- password: ${{ secrets.PYPI_API_TOKEN }}
85
+ uses: pypa/gh-action-pypi-publish@v1.12.4
0 commit comments