Skip to content

Commit 92c83b2

Browse files
committed
Fix releasing
1 parent 5f5c742 commit 92c83b2

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Release
33
on:
44
workflow_dispatch:
55

6+
permissions:
7+
contents: write
8+
69
jobs:
710
# Build Python package
811
build:
@@ -29,7 +32,3 @@ jobs:
2932
- tests
3033
- checks
3134
- docs
32-
with:
33-
twine-username: "__token__"
34-
twine-password: ${{ secrets.PYPI_TOKEN }}
35-
test-twine-password: ${{ secrets.TEST_PYPI_TOKEN }}

0 commit comments

Comments
 (0)