Skip to content

Commit febff8a

Browse files
authored
fixed typo in yml file
1 parent a096eae commit febff8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: deploy-to-pypi
22

33
on:
4-
releases:
4+
release:
55
types: [released]
66
jobs:
77
release:
@@ -25,4 +25,4 @@ jobs:
2525
TWINE_PASSWORD: ${{secrets.PYPI_PASSWORD }}
2626
- run: |
2727
python3 setup.py sdist bdist_wheel --universal
28-
twine upload -r pypi dist/*
28+
twine upload -r pypi dist/*

0 commit comments

Comments
 (0)