Skip to content

Commit facbef2

Browse files
authored
Update pypi-deploy.yml
1 parent 5b1d70b commit facbef2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: PyPi Deploy
22

33
on:
44
release:
5-
types: [created]
5+
types: [published]
66
workflow_dispatch:
77

88
jobs:
@@ -28,4 +28,4 @@ jobs:
2828
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
2929
run: |
3030
python -m build
31-
twine upload dist/*
31+
twine upload dist/*

0 commit comments

Comments
 (0)