diff --git a/.github/workflows/build_deploy_run.yml b/.github/workflows/build_deploy_run.yml index fcfc522..71640f7 100644 --- a/.github/workflows/build_deploy_run.yml +++ b/.github/workflows/build_deploy_run.yml @@ -6,9 +6,11 @@ on: push: branches: - master + - packaging pull_request: branches: - master + - packaging jobs: build_and_run: @@ -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 diff --git a/dist/djakart-0.3-py3-none-any.whl b/dist/djakart-0.3-py3-none-any.whl new file mode 100644 index 0000000..3f11c63 Binary files /dev/null and b/dist/djakart-0.3-py3-none-any.whl differ diff --git a/dist/djakart-0.3.tar.gz b/dist/djakart-0.3.tar.gz new file mode 100644 index 0000000..099612c Binary files /dev/null and b/dist/djakart-0.3.tar.gz differ diff --git a/djakart.egg-info/PKG-INFO b/djakart.egg-info/PKG-INFO index 806879c..a7516b2 100644 --- a/djakart.egg-info/PKG-INFO +++ b/djakart.egg-info/PKG-INFO @@ -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 Project-URL: Homepage, https://github.com/enricofer/djakart diff --git a/pyproject.toml b/pyproject.toml index cdb0874..27b023a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",