From 25d0e8c6da8bd3fd30ba6ae5bf0fb0ffeb68db66 Mon Sep 17 00:00:00 2001 From: Scott Hansen Date: Fri, 15 Nov 2024 15:34:14 -0800 Subject: [PATCH] WIP --- .github/workflows/main.yml | 6 +++--- pyproject.toml | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b5077bf..29ef5ec 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,10 +3,10 @@ name: main on: push: branches: - - main + - gha pull_request: branches: - - main + - gha jobs: build: @@ -117,7 +117,7 @@ jobs: - name: Download all the dists uses: actions/download-artifact@v4 with: - name: urlscan-3.12 + name: urlscan-3.13 path: dist/ - name: Publish to TestPyPI uses: pypa/gh-action-pypi-publish@release/v1 diff --git a/pyproject.toml b/pyproject.toml index a93bcb7..ef99d28 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,6 +47,9 @@ Homepage = "https://github.com/firecat53/urlscan" source = "vcs" fallback-version = "0.0.0" +[tool.hatch.version.raw-options] +local_scheme = "no-local-version" + [tool.hatch.build.hooks.vcs] version-file = "urlscan/_version.py"