Skip to content

Commit 24d7f7c

Browse files
committed
pypi release workflow
1 parent bd1728a commit 24d7f7c

File tree

3 files changed

+3
-30
lines changed

3 files changed

+3
-30
lines changed

.github/workflows/build-release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ jobs:
4141
github_token: ${{ secrets.GITHUB_TOKEN }}
4242
release_branches: main
4343

44-
- uses: ncipollo/release-action@v1
44+
- name: Release tag
45+
uses: ncipollo/release-action@v1
4546
with:
4647
tag: ${{ steps.bump.outputs.new_tag }}
4748
generateReleaseNotes: true

.github/workflows/publish-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: publish-release
22

33
on:
44
release:
5-
types: [released]
5+
types: [published]
66

77
jobs:
88
pypi:

.github/workflows/python.yml

-28
This file was deleted.

0 commit comments

Comments
 (0)