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 f2319a3 commit cd95f46Copy full SHA for cd95f46
.github/workflows/pypi.yaml
@@ -19,6 +19,7 @@ jobs:
19
- uses: actions/checkout@v4
20
with:
21
fetch-depth: 0
22
+ ssh-key: ${{ secrets.DEPLOY_KEY }}
23
24
- name: Set up Python 3.12
25
uses: actions/setup-python@v5
@@ -62,7 +63,6 @@ jobs:
62
63
- name: Push commit
64
# GITHUB_TOKEN is automatically provided
65
run: |
- git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
66
git push origin HEAD:$BRANCH
67
68
- name: Build a sdist and wheel
0 commit comments