We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c2efe7 commit 72c3b98Copy full SHA for 72c3b98
.github/workflows/ci.yml
@@ -91,6 +91,8 @@ jobs:
91
uses: pypa/gh-action-pypi-publish@v1.12.3
92
with:
93
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
96
97
- name: Publish to PyPI
98
ftui/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.1.9"
+__version__ = "0.1.10"
0 commit comments