Skip to content

Commit beba33b

Browse files
author
Gustavo Silva
authored
Merge pull request #14 from surface-security/develop
Prepare for new release
2 parents d4918c7 + a17f4ac commit beba33b

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

.github/workflows/publish_test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ name: publish test
55

66
on:
77
push:
8-
branches: testpypi
8+
branches:
9+
- testpypi
10+
- testpypi-*
11+
- testpypi/*
912

1013
jobs:
1114
deploy:

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
name: tests
55

66
on:
7-
push:
8-
branches: [ main ]
97
pull_request:
10-
branches: [ main ]
8+
branches:
9+
- develop
10+
- main
1111

1212
jobs:
1313
style:

CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @surface-security/core

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ zip_safe = False
2626
include_package_data = True
2727
packages = find:
2828
install_requires =
29-
Django >= 3.0, < 4.0
29+
Django >= 3.0, < 5.0
3030
python_requires = >=3.7
3131

3232
[options.packages.find]

0 commit comments

Comments
 (0)