File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7171 publish-pypi :
7272 needs : build-wheels
7373 runs-on : ubuntu-latest # pypa/gh-action-pypi-publish requires Linux
74+ permissions :
75+ id-token : write
7476
7577 steps :
7678 - name : Download all artifacts
8688
8789 - name : Publish to PyPI
8890 uses : pypa/gh-action-pypi-publish@v1.12.4
89- permissions :
90- id-token : write
9191 with :
9292 # user: __token__
9393 # password: ${{ secrets.PYPI_API_TOKEN }}
Original file line number Diff line number Diff line change 6767 publish-testpypi :
6868 needs : build-wheels
6969 runs-on : ubuntu-latest # pypa/gh-action-pypi-publish requires Linux
70+ permissions :
71+ id-token : write
7072
7173 steps :
7274 - name : Download all artifacts
8284
8385 - name : Publish to TestPyPI
8486 uses : pypa/gh-action-pypi-publish@v1.12.4
85- permissions :
86- id-token : write
8787 with :
8888 # user: __token__
8989 # password: ${{ secrets.TEST_PYPI_API_TOKEN }}
You can’t perform that action at this time.
0 commit comments