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 ee384cf commit 8d04590Copy full SHA for 8d04590
.github/workflows/deploy-pypi-release.yaml
@@ -40,7 +40,7 @@ jobs:
40
run: |
41
git config --global user.name 'github-actions'
42
git config --global user.email '[email protected]'
43
- git fetch origin main
+ git fetch origin main --force
44
git pull origin main --rebase
45
git add setup.py pyproject.toml src/libcrypto/__init__.py
46
git add .
0 commit comments