We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bcf151 commit 3d942b5Copy full SHA for 3d942b5
2 files changed
.github/workflows/publish-to-pypi.yml
@@ -1,5 +1,8 @@
1
name: Publish to PyPI
2
-on: release
+on:
3
+ release:
4
+ types:
5
+ - released
6
7
jobs:
8
build:
pyproject.toml
@@ -29,7 +29,7 @@ license = {text = "MPL 2.0"}
29
name = "pathspec"
30
readme = "README-dist.rst"
31
requires-python = ">=3.9"
32
-version = "1.0.1.dev1"
+version = "1.0.1.dev2"
33
34
[project.optional-dependencies]
35
hyperscan = [
0 commit comments