Skip to content

Commit 72c3b98

Browse files
committed
Ignore duplicaes and attestations for pyi test deployment
1 parent 7c2efe7 commit 72c3b98

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ jobs:
9191
uses: pypa/[email protected]
9292
with:
9393
repository-url: https://test.pypi.org/legacy/
94+
skip-existing: true
95+
attestations: false # https://github.com/pypa/gh-action-pypi-publish/issues/283#issuecomment-2499296440
9496

9597
- name: Publish to PyPI
9698
uses: pypa/[email protected]

ftui/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.9"
1+
__version__ = "0.1.10"

0 commit comments

Comments
 (0)