Skip to content

Commit 3d942b5

Browse files
committed
Fix publish
1 parent 6bcf151 commit 3d942b5

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/publish-to-pypi.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Publish to PyPI
2-
on: release
2+
on:
3+
release:
4+
types:
5+
- released
36

47
jobs:
58
build:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ license = {text = "MPL 2.0"}
2929
name = "pathspec"
3030
readme = "README-dist.rst"
3131
requires-python = ">=3.9"
32-
version = "1.0.1.dev1"
32+
version = "1.0.1.dev2"
3333

3434
[project.optional-dependencies]
3535
hyperscan = [

0 commit comments

Comments
 (0)