Skip to content

Commit f15caeb

Browse files
authored
Merge pull request #19 from basler/topic/prepare_upload
Prepare Upload
2 parents a22ab13 + fb15cce commit f15caeb

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
# and on pull requests to main
66
push:
77
branches: [main]
8-
tags: ["[0-9]+.[0-9]+.[0-9]+*"]
8+
tags: ["*.*.*"]
99
pull_request:
1010
branches: [ main ]
1111
types: [ opened, synchronize, reopened ]

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,4 @@ dist/
4444
*.cfg
4545
.env.local
4646
.env.*.local
47+
*.whl

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![pypylon](docs/images/Pypylon_grey_RZ_400px.png "pypylon")
1+
![pypylon](https://github.com/basler/pypylon-samples/blob/a22ab135a34e815fdde3ef3431b868617de6f712/docs/images/Pypylon_grey_RZ_400px.png "pypylon")
22

33
Sample applications and jupyter notebooks using the official python wrapper for the Basler pylon Camera Software Suite.
44

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ good-names = ["i", "j", "k", "ex", "Run", "_", "id"]
7777
min-similarity-lines = 4
7878
ignore-comments = true
7979
ignore-docstrings = true
80-
ignore-imports = true
80+
ignore-imports = true

0 commit comments

Comments
 (0)