Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
enricofer committed Jan 17, 2025
1 parent 57d687a commit 11a87ff
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_deploy_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ on:
push:
branches:
- master
- packaging
pull_request:
branches:
- master
- packaging

jobs:
build_and_run:
Expand All @@ -22,6 +24,9 @@ jobs:
- name: QGIS build
run: docker build -t enricofer/qgis-server:latest ./build_qgis

- name: NGINX build
run: docker build -t enricofer/nginx:latest ./build_nginx

- name: LIST LOCAL IMAGES
run: docker image ls

Expand Down
Binary file added dist/djakart-0.3-py3-none-any.whl
Binary file not shown.
Binary file added dist/djakart-0.3.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion djakart.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.2
Name: djakart
Version: 0.1
Version: 0.3
Summary: A django wrapper to kart geospatial versioning tool
Author-email: Enrico Ferreguti <[email protected]>
Project-URL: Homepage, https://github.com/enricofer/djakart
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespaces = false # to disable scanning PEP 420 namespaces (true by default)

[project]
name = "djakart"
version = "0.1"
version = "0.3"
dependencies = [
"django>=4.0",
"asgiref",
Expand Down

0 comments on commit 11a87ff

Please sign in to comment.