Skip to content

Commit d911e04

Browse files
authored
Update python-publish.yml
1 parent a3459ad commit d911e04

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
name: Upload Python Package
1010

1111
on:
12+
workflow_dispatch:
1213
release:
1314
types: [published]
1415

@@ -30,8 +31,6 @@ jobs:
3031

3132
- name: Build release distributions
3233
run: |
33-
# NOTE: put your own distribution build steps here.
34-
git submodule update --remote
3534
python -m pip install build
3635
python -m build
3736

0 commit comments

Comments
 (0)