We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75a599a commit 0feb2a8Copy full SHA for 0feb2a8
.github/workflows/dist.yml
@@ -70,6 +70,8 @@ jobs:
70
runs-on: ubuntu-latest
71
needs: [check, check-doc, test]
72
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
73
+ permissions:
74
+ id-token: write
75
76
steps:
77
- uses: actions/checkout@v4
@@ -86,6 +88,3 @@ jobs:
86
88
run: python setup.py sdist bdist_wheel
87
89
- name: Publish to PyPI
90
uses: pypa/gh-action-pypi-publish@release/v1
- with:
- user: __token__
91
- password: ${{ secrets.PYPI_PASSWORD }}
0 commit comments