We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53e3b69 commit fb99b28Copy full SHA for fb99b28
1 file changed
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- uses: actions/checkout@v4
15
with:
16
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.DEPLOY_KEY }}
17
ref: main
18
fetch-depth: 0
19
- name: Set up Python
@@ -63,4 +63,4 @@ jobs:
63
uses: pypa/gh-action-pypi-publish@release/v1
64
65
password: ${{ secrets.PYPI_API_TOKEN }}
66
- verify-metadata: false
+ verify-metadata: false
0 commit comments