Skip to content

Commit 2de1237

Browse files
committed
Publish python package on release fix
1 parent 4c2386f commit 2de1237

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/python-publish.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
# This workflow will upload a Python Package using Twine when a release is created
22
# For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries
33

4-
name: Upload Python Package
4+
name: Publish Python Package
55

66
on:
77
release:
8-
types: [created]
8+
types:
9+
- created
910

1011
jobs:
11-
deploy:
12+
publish:
1213
runs-on: ubuntu-latest
1314
strategy:
1415
matrix:

0 commit comments

Comments
 (0)