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.
2 parents e40caac + e4979f5 commit 4909ba1Copy full SHA for 4909ba1
.github/workflows/ci-cd.yml
@@ -653,6 +653,9 @@ jobs:
653
needs.pre-setup.outputs.dist-version
654
}}
655
656
+ permissions:
657
+ id-token: write # this permission is mandatory for trusted publishing
658
+
659
steps:
660
- name: Download all the dists
661
uses: actions/download-artifact@v3
@@ -663,7 +666,6 @@ jobs:
663
666
Publish 🐍📦 ${{ needs.pre-setup.outputs.git-tag }} to PyPI
664
667
uses: pypa/[email protected]
665
668
with:
- password: ${{ secrets.PYPI_API_TOKEN }}
669
print_hash: true
670
671
publish-testpypi:
0 commit comments