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 d8e2295 + 31f6e86 commit d5e5f0aCopy full SHA for d5e5f0a
.github/workflows/ci.yaml
@@ -231,6 +231,10 @@ jobs:
231
publish-to-pypi:
232
needs: ["create-github-release"]
233
runs-on: ubuntu-20.04
234
+ permissions:
235
+ # For trusted publishing. See:
236
+ # https://blog.pypi.org/posts/2023-04-20-introducing-trusted-publishers/
237
+ id-token: write
238
steps:
239
- name: Download dist files
240
uses: actions/download-artifact@v3
@@ -240,6 +244,3 @@ jobs:
244
241
245
- name: Publish the Python distribution to PyPI
242
246
uses: pypa/gh-action-pypi-publish@release/v1
243
- with:
- password: ${{ secrets.PYPI_API_TOKEN }}
- skip_existing: true
0 commit comments