We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a44eca6 + b3b7e9b commit c39013dCopy full SHA for c39013d
1 file changed
.github/workflows/publish.yml
@@ -16,11 +16,7 @@ jobs:
16
name: Publish Python distribution to PyPI
17
if: startsWith(github.ref, 'refs/tags/')
18
runs-on: ubuntu-latest
19
- environment:
20
- name: pypi
21
- url: https://pypi.org/p/ariadne-lambda
22
permissions:
23
- id-token: write
24
contents: read
25
26
steps:
@@ -38,4 +34,6 @@ jobs:
38
34
- name: Publish package distributions to PyPI
39
35
uses: pypa/gh-action-pypi-publish@release/v1
40
36
with:
37
+ password: ${{ secrets.PYPI_API_TOKEN }}
41
skip-existing: true
+ attestations: false
0 commit comments