Skip to content

Commit

Permalink
Deploy: Fix submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
stlehmann authored Jun 1, 2021
1 parent 35ebed6 commit dd5c206
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,14 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install dependencies
run: |
git submodule sync --recursive
python -m pip install --upgrade pip
pip install setuptools wheel twine
- name: Build and publish
Expand Down

0 comments on commit dd5c206

Please sign in to comment.