We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 796bed5 commit 19f13b7Copy full SHA for 19f13b7
.github/workflows/release.yaml
@@ -13,6 +13,8 @@ jobs:
13
- uses: actions/checkout@v3
14
with:
15
fetch-depth: 0
16
+ token: ${{ secrets.PAT }}
17
+
18
- name: Package
19
uses: hynek/build-and-inspect-python-package@v1
20
setup.cfg
@@ -1,5 +1,5 @@
1
[metadata]
2
-name = bumpversion
+name = bump-my-version
3
version = attr:bumpversion.__version__
4
description = Version bump your Python project
5
url = https://github.com/callowayproject/bump-my-version
0 commit comments