turbopipe 1.0.2__tar.gz → 1.0.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of turbopipe might be problematic. Click here for more details.

@@ -45,6 +45,12 @@ jobs:
45
45
  - uses: actions/checkout@v4
46
46
  - uses: actions/setup-python@v5
47
47
 
48
+ - name: Install MSVC
49
+ if: matrix.os == 'windows-latest'
50
+ uses: bus1/cabuild/action/msdevshell@v1
51
+ with:
52
+ architecture: x64
53
+
48
54
  - name: deps
49
55
  run: python -m pip install cibuildwheel==2.19.2
50
56
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: turbopipe
3
- Version: 1.0.2
3
+ Version: 1.0.3
4
4
  Summary: 🌀 Faster ModernGL Buffer inter process data transfers
5
5
  Home-page: https://brokensrc.dev
6
6
  Author-Email: Tremeschin <29046864+Tremeschin@users.noreply.github.com>
@@ -1,3 +1,3 @@
1
1
  #!/usr/bin/env python3
2
- __version__ = "1.0.2"
2
+ __version__ = "1.0.3"
3
3
  print(__version__)
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes