Skip to content

Commit 82b0539

Browse files
committed
updated github action
1 parent 5537966 commit 82b0539

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test_n_pub.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959

6060
distribute:
6161
name: Distribution
62+
permissions: write-all
6263
runs-on: ubuntu-latest
6364
needs: tests
6465
if: startsWith(github.ref, 'refs/tags')
@@ -94,5 +95,5 @@ jobs:
9495

9596
- name: Publish distribution 📦 to PyPI
9697
uses: pypa/gh-action-pypi-publish@release/v1
97-
with:
98-
password: ${{ secrets.PYPI_API_TOKEN }}
98+
# with:
99+
# password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)