Skip to content

Commit

Permalink
Merge branch 'tpp-upgrade'
Browse files Browse the repository at this point in the history
  • Loading branch information
tdruez committed Dec 12, 2024
2 parents 1389752 + dc0ffb1 commit 005a5e0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-release-aboutcode-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: python -m pip install flot --user

- name: Build a binary wheel and a source tarball
run: python -m flot --pyproject pipeline-pyproject.toml --sdist --wheel --output-dir dist/
run: python -m flot --pyproject pipeline-pyproject.toml --sdist --wheel --output-dir dist/

- name: Publish to PyPI
if: startsWith(github.ref, 'refs/tags')
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
path: dist/*

- name: Create a GitHub release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
generate_release_notes: true
draft: false
files: dist/*
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ install_requires =
importlib-metadata==8.5.0
setuptools==75.6.0
# Django related
Django==5.1.3
Django==5.1.4
django-environ==0.11.2
django-crispy-forms==2.3
crispy-bootstrap3==2024.1
Expand All @@ -66,7 +66,7 @@ install_requires =
# Task queue
rq==2.0.0
django-rq==3.0.0
redis==5.2.0
redis==5.2.1
# WSGI server
gunicorn==23.0.0
# Docker
Expand Down Expand Up @@ -111,7 +111,7 @@ install_requires =
[options.extras_require]
dev =
# Validation
ruff==0.7.4
ruff==0.8.2
doc8==1.1.2
# Debug
django-debug-toolbar==4.4.6
Expand Down

0 comments on commit 005a5e0

Please sign in to comment.