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 e4239bd commit dbc6ae4Copy full SHA for dbc6ae4
.github/workflows/release.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Set ddev pypi credentials
30
run: |
31
ddev config set pypi.user __token__
32
- ddev config set pypi.token ${{ secrets.PYPI_TOKEN }}
+ ddev config set pypi.pass ${{ secrets.PYPI_TOKEN }}
33
34
- name: Publish the wheel to PyPI
35
0 commit comments