You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Move tox config into setup.cfg #58 (#59)
* Move tox config into setup.cfg #58
Adds a comment documenting everywhere to update python versions
when supported versions change
* Use tox interpolation syntax and declare dependencies once
* Add documentation build to check workflow
* Include docs deps in dev deps
* Configure tox and github actions to use the same base python version
* Python 3.10, not 3.1 GitHub Actions 🙄
* Added label field to UndateInterval, added repr methods, and tests. (#52)
* Added label field to UndateInterval, added repr methods, and tests.
* Added variable documentation for labels.
* dynamically import dateformatter subclasses (#50)
* Use pkgutils to dynamically import dateformat formatter subclasses
* Adjust formatter import and test to confirm we only import once
* Add pytest-ordering dependency to tox
* Use python3.8 compatible caching
* Add pytest-ordering to tox coverage deps
* Create python-publish.yml
* Add docs build directory to gitignore
* Prep for initial publication on PyPI
* Update formatting
* Adjust requirement reference syntax
* Revise project metadata and tox install commands
* Update for formatting & display on PyPI
* Add a change log
* Add readthedocs badge and link, add placeholder text in docs intro
---------
Co-authored-by: Julia Damerow <[email protected]>
# This workflow will upload a Python Package using Twine when a release is created
2
+
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python#publishing-to-package-registries
3
+
4
+
# This workflow uses actions that are not certified by GitHub.
5
+
# They are provided by a third-party and are governed by
6
+
# separate terms of service, privacy policy, and support
0 commit comments