From 0ff13713cfff2d5a7d71820dc021ca077a1e896b Mon Sep 17 00:00:00 2001 From: mauro Date: Sat, 7 Dec 2024 00:21:56 +0100 Subject: [PATCH] Trying to fix publish action --- CONTRIBUTING.md | 8 ++++---- uv.lock | 2 +- {wagtail_unsplash => wagtail_unsplashed}/__init__.py | 0 {wagtail_unsplash => wagtail_unsplashed}/api.py | 0 {wagtail_unsplash => wagtail_unsplashed}/models.py | 0 {wagtail_unsplash => wagtail_unsplashed}/py.typed | 0 {wagtail_unsplash => wagtail_unsplashed}/settings.py | 0 .../templates/wagtail_unsplash/results.html | 0 .../templates/wagtail_unsplash/search.html | 0 .../views/__init__.py | 0 {wagtail_unsplash => wagtail_unsplashed}/views/admin.py | 0 {wagtail_unsplash => wagtail_unsplashed}/wagtail_hooks.py | 0 12 files changed, 5 insertions(+), 5 deletions(-) rename {wagtail_unsplash => wagtail_unsplashed}/__init__.py (100%) rename {wagtail_unsplash => wagtail_unsplashed}/api.py (100%) rename {wagtail_unsplash => wagtail_unsplashed}/models.py (100%) rename {wagtail_unsplash => wagtail_unsplashed}/py.typed (100%) rename {wagtail_unsplash => wagtail_unsplashed}/settings.py (100%) rename {wagtail_unsplash => wagtail_unsplashed}/templates/wagtail_unsplash/results.html (100%) rename {wagtail_unsplash => wagtail_unsplashed}/templates/wagtail_unsplash/search.html (100%) rename {wagtail_unsplash => wagtail_unsplashed}/views/__init__.py (100%) rename {wagtail_unsplash => wagtail_unsplashed}/views/admin.py (100%) rename {wagtail_unsplash => wagtail_unsplashed}/wagtail_hooks.py (100%) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 13542a2..604f63c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,4 +1,4 @@ -# Contributing to `wagtail-unsplash` +# Contributing to `wagtail-unsplashed` Contributions are welcome, and they are greatly appreciated! Every little bit helps, and credit will always be given. @@ -29,7 +29,7 @@ Anything tagged with "enhancement" and "help wanted" is open to whoever wants to ## Write Documentation -wagtail-unsplash could always use more documentation, whether as part of the official docs, in docstrings, or even on the web in blog posts, articles, and such. +wagtail-unsplashed could always use more documentation, whether as part of the official docs, in docstrings, or even on the web in blog posts, articles, and such. ## Submit Feedback @@ -44,10 +44,10 @@ If you are proposing a new feature: # Get Started! -Ready to contribute? Here's how to set up `wagtail-unsplash` for local development. +Ready to contribute? Here's how to set up `wagtail-unsplashed` for local development. Please note this documentation assumes you already have `uv` and `Git` installed and ready to go. -1. Fork the `wagtail-unsplash` repo on GitHub. +1. Fork the `wagtail-unsplashed` repo on GitHub. 2. Clone your fork locally: diff --git a/uv.lock b/uv.lock index 1fd4e7a..76177c6 100644 --- a/uv.lock +++ b/uv.lock @@ -1525,7 +1525,7 @@ wheels = [ ] [[package]] -name = "wagtail-unsplash" +name = "wagtail-unsplashed" version = "1.0.1" source = { editable = "." } dependencies = [ diff --git a/wagtail_unsplash/__init__.py b/wagtail_unsplashed/__init__.py similarity index 100% rename from wagtail_unsplash/__init__.py rename to wagtail_unsplashed/__init__.py diff --git a/wagtail_unsplash/api.py b/wagtail_unsplashed/api.py similarity index 100% rename from wagtail_unsplash/api.py rename to wagtail_unsplashed/api.py diff --git a/wagtail_unsplash/models.py b/wagtail_unsplashed/models.py similarity index 100% rename from wagtail_unsplash/models.py rename to wagtail_unsplashed/models.py diff --git a/wagtail_unsplash/py.typed b/wagtail_unsplashed/py.typed similarity index 100% rename from wagtail_unsplash/py.typed rename to wagtail_unsplashed/py.typed diff --git a/wagtail_unsplash/settings.py b/wagtail_unsplashed/settings.py similarity index 100% rename from wagtail_unsplash/settings.py rename to wagtail_unsplashed/settings.py diff --git a/wagtail_unsplash/templates/wagtail_unsplash/results.html b/wagtail_unsplashed/templates/wagtail_unsplash/results.html similarity index 100% rename from wagtail_unsplash/templates/wagtail_unsplash/results.html rename to wagtail_unsplashed/templates/wagtail_unsplash/results.html diff --git a/wagtail_unsplash/templates/wagtail_unsplash/search.html b/wagtail_unsplashed/templates/wagtail_unsplash/search.html similarity index 100% rename from wagtail_unsplash/templates/wagtail_unsplash/search.html rename to wagtail_unsplashed/templates/wagtail_unsplash/search.html diff --git a/wagtail_unsplash/views/__init__.py b/wagtail_unsplashed/views/__init__.py similarity index 100% rename from wagtail_unsplash/views/__init__.py rename to wagtail_unsplashed/views/__init__.py diff --git a/wagtail_unsplash/views/admin.py b/wagtail_unsplashed/views/admin.py similarity index 100% rename from wagtail_unsplash/views/admin.py rename to wagtail_unsplashed/views/admin.py diff --git a/wagtail_unsplash/wagtail_hooks.py b/wagtail_unsplashed/wagtail_hooks.py similarity index 100% rename from wagtail_unsplash/wagtail_hooks.py rename to wagtail_unsplashed/wagtail_hooks.py