Skip to content

Commit 19f13b7

Browse files
committed
Fixed automation tooling
- changed name to bump-my-version in setup.cfg - added PAT in release pipeline to (hopefully) allow committing and tagging to master without issue.
1 parent 796bed5 commit 19f13b7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/release.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
- uses: actions/checkout@v3
1414
with:
1515
fetch-depth: 0
16+
token: ${{ secrets.PAT }}
17+
1618
- name: Package
1719
uses: hynek/build-and-inspect-python-package@v1
1820

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[metadata]
2-
name = bumpversion
2+
name = bump-my-version
33
version = attr:bumpversion.__version__
44
description = Version bump your Python project
55
url = https://github.com/callowayproject/bump-my-version

0 commit comments

Comments
 (0)