Skip to content

Commit dbc6ae4

Browse files
authored
Set ddev config pypi pass (#142)
1 parent e4239bd commit dbc6ae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Set ddev pypi credentials
3030
run: |
3131
ddev config set pypi.user __token__
32-
ddev config set pypi.token ${{ secrets.PYPI_TOKEN }}
32+
ddev config set pypi.pass ${{ secrets.PYPI_TOKEN }}
3333
3434
- name: Publish the wheel to PyPI
3535
run: |

0 commit comments

Comments
 (0)