Skip to content

Commit 6a6393e

Browse files
GH workflows, docs, version
1 parent 38a58fa commit 6a6393e

File tree

16 files changed

+20
-20
lines changed

16 files changed

+20
-20
lines changed

.github/workflows/build_wheels.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: pypa/[email protected]
4444

4545
- name: Upload Artifacts
46-
uses: actions/upload-artifact@v3
46+
uses: actions/upload-artifact@v4
4747
with:
4848
path: ./wheelhouse/*.whl
4949

@@ -58,7 +58,7 @@ jobs:
5858
run: pipx run build --sdist
5959

6060
- name: Upload Artifacts
61-
uses: actions/upload-artifact@v3
61+
uses: actions/upload-artifact@v4
6262
with:
6363
path: dist/*.tar.gz
6464

@@ -72,13 +72,13 @@ jobs:
7272
id-token: write
7373
steps:
7474
- name: Download Artifacts
75-
uses: actions/download-artifact@v3
75+
uses: actions/download-artifact@v4
7676
with:
7777
name: artifact
7878
path: dist
7979

8080
- name: Create GitHub Release
81-
uses: softprops/action-gh-release@v1
81+
uses: softprops/action-gh-release@v2
8282
with:
8383
body: |
8484
Please read the [CHANGELOG](https://unicorn-binance-websocket-api.docs.lucit.tech/changelog.html) for further information.

docs/_modules/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ <h3>Navigation</h3>
254254
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
255255
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
256256
See <a href="/license.html">License</a> for more information.<br />
257-
Last updated on Nov 01 2024 at 11:34 (CET).
257+
Last updated on Nov 01 2024 at 11:44 (CET).
258258
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/new/choose">Found a bug</a>?
259259
<br />
260260
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.7.

docs/_modules/unicorn_binance_websocket_api/manager.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ <h1>Source code for unicorn_binance_websocket_api.manager</h1><div class="highli
210210

211211

212212
<span class="n">__app_name__</span><span class="p">:</span> <span class="nb">str</span> <span class="o">=</span> <span class="s2">&quot;unicorn-binance-websocket-api&quot;</span>
213-
<span class="n">__version__</span><span class="p">:</span> <span class="nb">str</span> <span class="o">=</span> <span class="s2">&quot;2.8.1.dev&quot;</span>
213+
<span class="n">__version__</span><span class="p">:</span> <span class="nb">str</span> <span class="o">=</span> <span class="s2">&quot;2.8.1&quot;</span>
214214
<span class="n">__logger__</span><span class="p">:</span> <span class="n">logging</span><span class="o">.</span><span class="n">getLogger</span> <span class="o">=</span> <span class="n">logging</span><span class="o">.</span><span class="n">getLogger</span><span class="p">(</span><span class="s2">&quot;unicorn_binance_websocket_api&quot;</span><span class="p">)</span>
215215

216216
<span class="n">logger</span> <span class="o">=</span> <span class="n">__logger__</span>
@@ -5458,7 +5458,7 @@ <h3>Navigation</h3>
54585458
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
54595459
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
54605460
See <a href="/license.html">License</a> for more information.<br />
5461-
Last updated on Nov 01 2024 at 11:34 (CET).
5461+
Last updated on Nov 01 2024 at 11:44 (CET).
54625462
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/new/choose">Found a bug</a>?
54635463
<br />
54645464
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.7.

docs/changelog.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4250,7 +4250,7 @@ <h3>Navigation</h3>
42504250
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
42514251
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
42524252
See <a href="/license.html">License</a> for more information.<br />
4253-
Last updated on Nov 01 2024 at 11:34 (CET).
4253+
Last updated on Nov 01 2024 at 11:44 (CET).
42544254
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/new/choose">Found a bug</a>?
42554255
<br />
42564256
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.7.

docs/code_of_conduct.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ <h3>Navigation</h3>
399399
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
400400
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
401401
See <a href="/license.html">License</a> for more information.<br />
402-
Last updated on Nov 01 2024 at 11:34 (CET).
402+
Last updated on Nov 01 2024 at 11:44 (CET).
403403
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/new/choose">Found a bug</a>?
404404
<br />
405405
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.7.

docs/contributing.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ <h3>Navigation</h3>
338338
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
339339
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
340340
See <a href="/license.html">License</a> for more information.<br />
341-
Last updated on Nov 01 2024 at 11:34 (CET).
341+
Last updated on Nov 01 2024 at 11:44 (CET).
342342
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/new/choose">Found a bug</a>?
343343
<br />
344344
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.7.

docs/genindex.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -785,7 +785,7 @@ <h3>Navigation</h3>
785785
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
786786
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
787787
See <a href="/license.html">License</a> for more information.<br />
788-
Last updated on Nov 01 2024 at 11:34 (CET).
788+
Last updated on Nov 01 2024 at 11:44 (CET).
789789
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/new/choose">Found a bug</a>?
790790
<br />
791791
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.7.

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1099,7 +1099,7 @@ <h3>Navigation</h3>
10991099
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
11001100
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
11011101
See <a href="/license.html">License</a> for more information.<br />
1102-
Last updated on Nov 01 2024 at 11:34 (CET).
1102+
Last updated on Nov 01 2024 at 11:44 (CET).
11031103
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/new/choose">Found a bug</a>?
11041104
<br />
11051105
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.7.

docs/license.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ <h3>Navigation</h3>
389389
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
390390
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
391391
See <a href="/license.html">License</a> for more information.<br />
392-
Last updated on Nov 01 2024 at 11:34 (CET).
392+
Last updated on Nov 01 2024 at 11:44 (CET).
393393
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/new/choose">Found a bug</a>?
394394
<br />
395395
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.7.

docs/modules.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ <h3>Navigation</h3>
497497
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
498498
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
499499
See <a href="/license.html">License</a> for more information.<br />
500-
Last updated on Nov 01 2024 at 11:34 (CET).
500+
Last updated on Nov 01 2024 at 11:44 (CET).
501501
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/new/choose">Found a bug</a>?
502502
<br />
503503
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.7.

0 commit comments

Comments
 (0)