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.
1 parent 5537966 commit 82b0539Copy full SHA for 82b0539
.github/workflows/test_n_pub.yml
@@ -59,6 +59,7 @@ jobs:
59
60
distribute:
61
name: Distribution
62
+ permissions: write-all
63
runs-on: ubuntu-latest
64
needs: tests
65
if: startsWith(github.ref, 'refs/tags')
@@ -94,5 +95,5 @@ jobs:
94
95
96
- name: Publish distribution 📦 to PyPI
97
uses: pypa/gh-action-pypi-publish@release/v1
- with:
98
- password: ${{ secrets.PYPI_API_TOKEN }}
+ # with:
99
+ # password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments