Skip to content

Commit a5fc81c

Browse files
committed
pypi release workflow
1 parent 5de92cb commit a5fc81c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build-release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,18 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13+
- name: Repo checkout
14+
uses: actions/checkout@v4
15+
1316
- name: Bump version and push tag
1417
id: bump
1518
uses: hennejg/[email protected]
1619
with:
1720
github_token: ${{ secrets.GITHUB_TOKEN }}
1821
release_branches: main
1922

20-
- uses: ncipollo/release-action@v1
23+
- name: Release project
24+
uses: ncipollo/release-action@v1
2125
with:
2226
tag: ${{ steps.bump.outputs.new_tag }}
2327
generateReleaseNotes: true

0 commit comments

Comments
 (0)