We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed83302 commit 1b491a3Copy full SHA for 1b491a3
.github/workflows/build_wheels.yml
@@ -46,6 +46,7 @@ jobs:
46
uses: actions/upload-artifact@v4
47
with:
48
path: ./wheelhouse/*.whl
49
+ overwrite: true
50
51
build_sdist:
52
name: Build source distribution
unicorn_binance_websocket_api/manager.py
@@ -65,7 +65,7 @@
65
66
67
__app_name__: str = "unicorn-binance-websocket-api"
68
-__version__: str = "2.8.1"
+__version__: str = "2.8.1.dev"
69
__logger__: logging.getLogger = logging.getLogger("unicorn_binance_websocket_api")
70
71
logger = __logger__
0 commit comments