From b3d0f563a37e48c85c2e4be5a0fe6f89dd703523 Mon Sep 17 00:00:00 2001 From: Will Date: Tue, 6 Aug 2024 06:35:17 -0400 Subject: [PATCH] Incrementing version and updating docs workflow --- .github/workflows/docs.yml | 4 +++- src/overturetoosm/__about__.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index a637b44..918d822 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -34,7 +34,7 @@ jobs: run: python scripts/make_docs.py - name: Upload documentation - uses: actions/upload-pages-artifact@v3 + uses: actions/upload-artifact@v4 with: path: docs/ @@ -50,5 +50,7 @@ jobs: name: github-pages url: ${{ steps.deployment.outputs.page_url }} steps: + - name: Configure Pages + uses: actions/configure-pages@v5 - id: deployment uses: actions/deploy-pages@v4 diff --git a/src/overturetoosm/__about__.py b/src/overturetoosm/__about__.py index d8d6277..0e3693d 100644 --- a/src/overturetoosm/__about__.py +++ b/src/overturetoosm/__about__.py @@ -1,3 +1,3 @@ """Top-level package for overturetoosm.""" -__version__ = "0.2.1" +__version__ = "0.2.2"