We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7812ea6 commit 9d3bdb0Copy full SHA for 9d3bdb0
1 file changed
.github/workflows/python-publish.yml
@@ -29,6 +29,7 @@ jobs:
29
- name: Build release distributions
30
run: |
31
# NOTE: put your own distribution build steps here.
32
+ git submodule update --remote
33
python -m pip install build
34
python -m build
35
0 commit comments