Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
firecat53 committed Nov 15, 2024
1 parent 9ecd24d commit 25d0e8c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: main
on:
push:
branches:
- main
- gha
pull_request:
branches:
- main
- gha

jobs:
build:
Expand Down Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 25d0e8c

Please sign in to comment.