Skip to content

Commit

Permalink
v1.1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
chinaheyu committed Dec 26, 2024
1 parent 7f04a70 commit 22967eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ jobs:

- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
skip-existing: true

github-release:
name: Sign the Python distribution with Sigstore and upload them to GitHub Release
Expand All @@ -80,8 +82,9 @@ jobs:
- name: Download all the dists
uses: actions/download-artifact@v4
with:
name: python-package-distributions
path: dist/
pattern: output-*
path: dist
merge-multiple: true

- name: Sign the dists with Sigstore
uses: sigstore/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion cv2_enumerate_cameras/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '1.1.17'
__version__ = '1.1.18'

from cv2_enumerate_cameras.camera_info import CameraInfo
import platform
Expand Down

0 comments on commit 22967eb

Please sign in to comment.