We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a36cae commit dc7ce02Copy full SHA for dc7ce02
.github/workflows/publish-to-pypi.yml
@@ -34,7 +34,7 @@ jobs:
34
git config --global user.email '[email protected]'
35
git commit -am "Release ${{ github.event.release.name }}"
36
git tag -f ${{ github.event.release.tag_name }}
37
- git push origin HEAD:${{ github.ref_name }}
+ git push origin HEAD:v3.6-dev
38
git push origin -f --tags
39
40
build:
0 commit comments