Skip to content

Commit

Permalink
fix:missing_import (#6)
Browse files Browse the repository at this point in the history
* fix:missing_import

* fix:label_name in automations
  • Loading branch information
JarbasAl authored Sep 6, 2024
1 parent 90fc37d commit 6994810
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
MAJOR=1
elif [ "$label" == "feature" ]; then
MINOR=1
elif [ "$label" == "bug" ]; then
elif [ "$label" == "fix" ]; then
BUILD=1
fi
done
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from setuptools import setup
import os

PKG_NAME = 'tutubo'

Expand Down

0 comments on commit 6994810

Please sign in to comment.