We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d8c82a3 + 09c2ba0 commit ddffb85Copy full SHA for ddffb85
4 files changed
.github/workflows/publish_test.yml
@@ -5,7 +5,10 @@ name: publish test
5
6
on:
7
push:
8
- branches: testpypi
+ branches:
9
+ - testpypi
10
+ - testpypi-*
11
+ - testpypi/*
12
13
jobs:
14
deploy:
.github/workflows/test.yml
@@ -4,10 +4,10 @@
4
name: tests
- push:
- branches: [ main ]
pull_request:
+ - develop
+ - main
style:
logbasecommand/__init__.py
@@ -1 +1 @@
1
-__version__ = '0.0.1'
+__version__ = '0.0.2'
setup.cfg
@@ -24,7 +24,7 @@ zip_safe = False
24
include_package_data = True
25
packages = find:
26
install_requires =
27
- Django >= 3.0, < 4
+ Django >= 3.0, < 5
28
29
python_requires = >=3.9
30
0 commit comments