Skip to content

Commit 5ea60fe

Browse files
committed
Merge branch 'master' of ssh://github.com/alan-turing-institute/CleverCSV
2 parents a2f5f47 + 11e5c01 commit 5ea60fe

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
platforms: all
3030

3131
- name: Build wheels
32-
uses: pypa/cibuildwheel@v2.22.0
32+
uses: pypa/cibuildwheel@v3.2.1
3333
env:
3434
CIBW_TEST_COMMAND: "python -VV && python -m unittest discover -f -s {project}/tests/test_unit/"
3535
CIBW_TEST_EXTRAS: "full"
@@ -142,7 +142,7 @@ jobs:
142142
path: dist/
143143

144144
- name: Sign the dists with Sigstore
145-
uses: sigstore/[email protected].0
145+
uses: sigstore/[email protected].1
146146
with:
147147
inputs: >-
148148
./dist/*.tar.gz

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ file, for example:
235235
dialect = clevercsv.Sniffer().sniff(fp.read(10000))
236236
```
237237
You can also speed up encoding detection by installing
238-
[cCharDet](https://github.com/PyYoshi/cChardet), it will automatically be used
238+
[cCharDet](https://github.com/faust-streaming/cChardet/), it will automatically be used
239239
when it is available on the system.
240240

241241
That's the basics! If you want more details, you can look at the code of the

docs/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ file, for example:
253253
dialect = clevercsv.Sniffer().sniff(fp.read(10000))
254254
255255
You can also speed up encoding detection by installing
256-
`cCharDet <https://github.com/PyYoshi/cChardet>`_\ , it will automatically be used
256+
`cCharDet <https://github.com/faust-streaming/cChardet/>`_\ , it will automatically be used
257257
when it is available on the system.
258258

259259
That's the basics! If you want more details, you can look at the code of the

0 commit comments

Comments
 (0)