We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3274bd0 commit bc27bafCopy full SHA for bc27baf
.github/workflows/release.yml
@@ -28,6 +28,7 @@ jobs:
28
with:
29
message: "Bump version to ${{ github.event.release.tag_name }}"
30
add: "pyproject.toml"
31
+ ref: "master"
32
env:
33
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34
- name: Build and publish to PyPi
0 commit comments