Skip to content

Commit

Permalink
Merge pull request #163 from Nitrokey/fix-missing-ui-resource-files
Browse files Browse the repository at this point in the history
Fix missing UI resource files
  • Loading branch information
mmerklinger authored Nov 9, 2023
2 parents d0e682a + c73b51c commit a991314
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Build
run: |
. venv/bin/activate
flit build
make build
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ build-ui: $(UI_FILES)
$(foreach var,$(UI_FILES),pyuic5 --from-imports $(var) -o $(subst .ui,.py,$(var));)

build: build-ui
$(VENV)/bin/$(PYTHON) -m flit build
$(VENV)/bin/$(PYTHON) -m flit build --no-use-vcs

# code checks
check-format:
Expand Down

0 comments on commit a991314

Please sign in to comment.