Skip to content

Commit 9cf1e9c

Browse files
committed
Uncomment publish to PyPI step
1 parent 9e67905 commit 9cf1e9c

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
@@ -31,8 +31,8 @@ jobs:
3131
name: Packages
3232
path: dist
3333

34-
#- name: Publish package to PyPI
35-
# uses: pypa/[email protected]
34+
- name: Publish package to PyPI
35+
uses: pypa/[email protected]
3636

3737
- name: Push tag
3838
run: |

0 commit comments

Comments
 (0)