apppy-logger 0.3.2__tar.gz → 0.3.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of apppy-logger might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: apppy-logger
3
- Version: 0.3.2
3
+ Version: 0.3.4
4
4
  Summary: Python logger extensions for server development
5
5
  Project-URL: Homepage, https://github.com/spals/apppy
6
6
  Author: Tim Kral
@@ -20,4 +20,7 @@ logger/install: logger/build
20
20
  logger/install-dev:
21
21
  cd $(LOGGER_PKG_DIR) && uv pip install -e .
22
22
 
23
+ logger/publish: logger/clean logger/install
24
+ twine upload $(LOGGER_PKG_DIR)/dist/* || exit 1
25
+
23
26
  endif # APPPY_LOGGER_MK_INCLUDED
File without changes
File without changes