Skip to content

Commit

Permalink
fix: style
Browse files Browse the repository at this point in the history
  • Loading branch information
wolflu05 committed Sep 19, 2024
1 parent 5197f24 commit 5c19b86
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:

publish:
if: github.event_name == 'release' && github.event.action == 'published'
needs: [build-js]
needs: [style-python, build-js]
name: 📦 Publish to PyPi
runs-on: ubuntu-latest
environment:
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# -*- coding: utf-8 -*-

from re import T
import setuptools

from inventree_template_editor.version import TEMPLATE_EDITOR_PLUGIN_VERSION
Expand Down

0 comments on commit 5c19b86

Please sign in to comment.