Skip to content

Commit e389c66

Browse files
committed
🔥 Drop Travis as GitHub Action is used
Also remove .DS_Store, refs amitdev#41 and bump to [email protected], refs amitdev#44
1 parent ebd6b17 commit e389c66

File tree

4 files changed

+1
-14
lines changed

4 files changed

+1
-14
lines changed

.DS_Store

-6 KB
Binary file not shown.

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
platforms: all
2020
# Used to host cibuildwheel
2121
- name: Build wheels
22-
uses: pypa/cibuildwheel@v2.7.0
22+
uses: pypa/cibuildwheel@v2.12.0
2323
env:
2424
# configure cibuildwheel to build native archs ('auto'), and some emulated ones
2525
CIBW_ARCHS_LINUX: auto aarch64 ppc64le

.travis.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

README.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
.. image:: https://travis-ci.com/amitdev/lru-dict.svg?branch=master
2-
:target: https://travis-ci.com/amitdev/lru-dict
3-
41
.. image:: https://github.com/amitdev/lru-dict/actions/workflows/tests.yml/badge.svg
52
:target: https://github.com/amitdev/lru-dict/actions/workflows/tests.yml
63

0 commit comments

Comments
 (0)