Skip to content

Commit

Permalink
Ignore duplicaes and attestations for pyi test deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
froggleston committed Dec 18, 2024
1 parent 7c2efe7 commit 72c3b98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ jobs:
uses: pypa/[email protected]
with:
repository-url: https://test.pypi.org/legacy/
skip-existing: true
attestations: false # https://github.com/pypa/gh-action-pypi-publish/issues/283#issuecomment-2499296440

- name: Publish to PyPI
uses: pypa/[email protected]
2 changes: 1 addition & 1 deletion ftui/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.9"
__version__ = "0.1.10"

0 comments on commit 72c3b98

Please sign in to comment.