Skip to content

Commit 03a9ae0

Browse files
committed
uprev to v1.0.2
1 parent 82fe601 commit 03a9ae0

File tree

4 files changed

+68
-2
lines changed

4 files changed

+68
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,8 @@ jobs:
309309

310310
- name: Publish to PyPI
311311
uses: pypa/gh-action-pypi-publish@v1.12.3
312+
with:
313+
skip-existing: true
312314

313315
- name: publish docs
314316
uses: JamesIves/github-pages-deploy-action@v4.6.9

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "watchfiles_rust_notify"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
edition = "2021"
55
license = "MIT"
66
homepage = "https://github.com/samuelcolvin/watchfiles"

uv.lock

Lines changed: 64 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)