Skip to content

Commit

Permalink
improved workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
leondaz committed Dec 26, 2023
1 parent e87f1c5 commit 231cc86
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 98 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
- name: Test with pytest
run: |
poetry run pytest .
release:
runs-on: ubuntu-latest
if: github.ref_name == 'tag' || github.event.action == 'published'
steps:
- name: Build wheel
run: python -m build
- name: Publish package on PyPi
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "djkit"
version = "1.0.8"
version = "1.0.9"
description = "A library for handling common stuff in Django"
authors = ["leondaz <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="djkit",
version="1.0.8",
version="1.0.9",
description="Django rest framework common utilities",
author="LeOndaz",
author_email="[email protected]",
Expand Down
39 changes: 0 additions & 39 deletions source/conf.py

This file was deleted.

34 changes: 0 additions & 34 deletions source/drf_common.rst

This file was deleted.

16 changes: 0 additions & 16 deletions source/index.rst

This file was deleted.

7 changes: 0 additions & 7 deletions source/modules.rst

This file was deleted.

0 comments on commit 231cc86

Please sign in to comment.