File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 23
23
run : python -m pip install flot --user
24
24
25
25
- name : Build a binary wheel and a source tarball
26
- run : python -m flot --pyproject pipeline-pyproject.toml --sdist --wheel --output-dir dist/
26
+ run : python -m flot --pyproject pipeline-pyproject.toml --sdist --wheel --output-dir dist/
27
27
28
28
- name : Publish to PyPI
29
29
if : startsWith(github.ref, 'refs/tags')
Original file line number Diff line number Diff line change 38
38
path : dist/*
39
39
40
40
- name : Create a GitHub release
41
- uses : softprops/action-gh-release@v1
41
+ uses : softprops/action-gh-release@v2
42
42
with :
43
+ generate_release_notes : true
43
44
draft : false
44
45
files : dist/*
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ install_requires =
52
52
importlib-metadata ==8.5.0
53
53
setuptools ==75.6.0
54
54
# Django related
55
- Django ==5.1.3
55
+ Django ==5.1.4
56
56
django-environ ==0.11.2
57
57
django-crispy-forms ==2.3
58
58
crispy-bootstrap3 ==2024.1
@@ -66,7 +66,7 @@ install_requires =
66
66
# Task queue
67
67
rq ==2.0.0
68
68
django-rq ==3.0.0
69
- redis ==5.2.0
69
+ redis ==5.2.1
70
70
# WSGI server
71
71
gunicorn ==23.0.0
72
72
# Docker
@@ -111,7 +111,7 @@ install_requires =
111
111
[options.extras_require]
112
112
dev =
113
113
# Validation
114
- ruff ==0.7.4
114
+ ruff ==0.8.2
115
115
doc8 ==1.1.2
116
116
# Debug
117
117
django-debug-toolbar ==4.4.6
You can’t perform that action at this time.
0 commit comments