Skip to content

Commit 8adad94

Browse files
author
Nick
committed
updated pypi upload #2
1 parent 32dc357 commit 8adad94

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

.bumpversion.cfg

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[bumpversion]
2+
current_version = 0.1.0
3+
commit = True
4+
tag = True
5+
6+
[bumpversion:part:release]
7+
first_value = 0

.github/workflows/pypi_upload.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ jobs:
3939
tag=$(echo ${GITHUB_REF} | sed 's/refs\/tags\///')
4040
echo "VERSION=$tag" >> $GITHUB_ENV
4141
42+
- name: Configure Git
43+
run: |
44+
git config --global user.email "actions@github.com"
45+
git config --global user.name "GitHub Actions"
46+
4247
- name: Update version in pyproject.toml
4348
run: |
4449
# Use bump2version to update version in pyproject.toml

0 commit comments

Comments
 (0)