We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4847563 commit a5666e0Copy full SHA for a5666e0
1 file changed
.github/workflows/release.yml
@@ -21,8 +21,8 @@ jobs:
21
name: Create Release
22
# needs: call-test-workflow
23
24
- permissions:
25
- id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
+ # permissions:
+ # id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
26
27
runs-on: ubuntu-latest
28
@@ -80,6 +80,6 @@ jobs:
80
- name: publish to PyPI
81
uses: pypa/gh-action-pypi-publish@release/v1
82
with:
83
- # user: __token__
84
- # password: ${{ secrets.PYPI_API_TOKEN }}
+ user: __token__
+ password: ${{ secrets.PYPI_API_TOKEN }}
85
skip-existing: true
0 commit comments