Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit 5c644cb

Browse files
committed
update github action
1 parent 47217fd commit 5c644cb

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/test_n_pub.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
distribute:
6969
name: Distribution
7070
runs-on: ubuntu-latest
71+
permissions: write-all
7172
needs: tests
7273
if: startsWith(github.ref, 'refs/tags')
7374
steps:
@@ -102,5 +103,5 @@ jobs:
102103

103104
- name: Publish distribution 📦 to PyPI
104105
uses: pypa/gh-action-pypi-publish@release/v1
105-
with:
106-
password: ${{ secrets.PYPI_API_TOKEN }}
106+
# with:
107+
# password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)