Skip to content

Commit 67d10d1

Browse files
committed
update build stuff
1 parent 74f3234 commit 67d10d1

File tree

3 files changed

+4
-15
lines changed

3 files changed

+4
-15
lines changed

.github/workflows/main.yml

+1-8
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
strategy:
2424
matrix:
25-
python-version: ["3.8", "3.9", "3.10"]
26-
# python-version: ['3.9']
25+
python-version: ["3.9", "3.10", "3.11"]
2726
steps:
2827
- uses: actions/checkout@v2
2928

@@ -37,12 +36,6 @@ jobs:
3736
with:
3837
python-version: ${{ matrix.python-version }}
3938

40-
- uses: actions/setup-node@v2
41-
with:
42-
node-version: "16"
43-
44-
- run: npm install -g yarn
45-
4639
- name: install dependencies
4740
run: make dev
4841

.github/workflows/publish.yml

-6
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@ jobs:
1616
with:
1717
python-version: "3.9"
1818

19-
- uses: actions/setup-node@v2
20-
with:
21-
node-version: "16"
22-
23-
- run: npm install -g yarn
24-
2519
- name: install dependencies
2620
run: make dev
2721

setup.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
README = readme.read()
77
os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
88

9-
from allianceauth_loki_logging import __version__
9+
#from allianceauth_loki_logging import __version__
10+
11+
__version__ = "1.0.0"
1012

1113
setup(
1214
name='allianceauth-loki-logging',

0 commit comments

Comments
 (0)