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 1c4178f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,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 1c4178f

Please sign in to comment.