We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06c8aa4 commit 6829f8dCopy full SHA for 6829f8d
1 file changed
.github/workflows/ci.yaml
@@ -24,9 +24,7 @@ jobs:
24
uses: actions/checkout@v4
25
- name: Bump version and create tag
26
id: bump-version
27
- uses: mathieudutour/github-tag-action@v6.2
28
- with:
29
- github_token: ${{ secrets.GITHUB_TOKEN }}
+ uses: mtth/bump-version-action@v1
30
publish:
31
name: Publish package to PyPI
32
timeout-minutes: 3
0 commit comments