Skip to content

Commit 1bb51fa

Browse files
remove LUCIT
1 parent f6944e6 commit 1bb51fa

File tree

138 files changed

+2589
-2449
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

138 files changed

+2589
-2449
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
custom: ["https://shop.lucit.services"]
1+
custom: ["https://github.com/sponsors/oliver-zehentleitner"]

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ body:
77
- type: markdown
88
attributes:
99
value: |
10-
Please post here only issues concerning this repository and follow the [Issue-Guidelines](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-suite/wiki/Issue-Guidelines).
10+
Please post here only issues concerning this repository and follow the [Issue-Guidelines](https://github.com/oliver-zehentleitner/unicorn-binance-suite/wiki/Issue-Guidelines).
1111
1212
Most of these fields are not mandatory, but please provide as much information as possible.
1313
@@ -26,7 +26,7 @@ body:
2626
attributes:
2727
label: Version of this library.
2828
description: |
29-
Please control what version you are using with [this script](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-suite/blob/master/tools/get_versions_of_unicorn_packages.py) and post the output:
29+
Please control what version you are using with [this script](https://github.com/oliver-zehentleitner/unicorn-binance-suite/blob/master/tools/get_versions_of_unicorn_packages.py) and post the output:
3030
validations:
3131
required: true
3232

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,8 @@ contact_links:
44
url: https://t.me/unicorndevs
55
about: Chat with the community via the UNICORN Binance WebSocket API and ask general questions.
66
- name: UNICORN Binance WebSocket API Discussions
7-
url: https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/discussions
7+
url: https://github.com/oliver-zehentleitner/unicorn-binance-websocket-api/discussions
88
about: Ask general questions.
99
- name: UNICORN Binance WebSocket API documentation
10-
url: https://unicorn-binance-websocket-api.docs.lucit.tech/
10+
url: https://oliver-zehentleitner.github.io/unicorn-binance-websocket-api
1111
about: The complete UNICORN Binance WebSocket API documentation.
12-
- name: Get Professional and Fast Support
13-
url: https://www.lucit.tech/get-support.html
14-
about: Contact the LUCIT Development Team.
15-
- name: Get a UNICORN Binance Suite License
16-
url: https://shop.lucit.services/software/unicorn-binance-suite
17-
about: LUCIT Online Shop

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ body:
77
- type: markdown
88
attributes:
99
value: |
10-
Please post here only issues concerning this repository and follow the [Issue-Guidelines](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-suite/wiki/Issue-Guidelines).
10+
Please post here only issues concerning this repository and follow the [Issue-Guidelines](https://github.com/oliver-zehentleitner/unicorn-binance-suite/wiki/Issue-Guidelines).
1111
1212
Most of these fields are not mandatory, but please provide as much information as possible.
1313
- type: textarea

.github/pull_request_template.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Contributions via GitHub pull requests are welcome. However, contributors should be aware that submitted code
22
automatically becomes LUCIT IT-Management GmbH's property and copyright.
33

4-
Please read [our license terms](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/blob/master/LICENSE)
4+
Please read [our license terms](https://github.com/oliver-zehentleitner/unicorn-binance-websocket-api/blob/master/LICENSE)
55
thoroughly!
66

77
# PR Details
@@ -44,13 +44,13 @@ thoroughly!
4444
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
4545

4646
- [ ] I understand that the exploitation right of my donated code is transferred to the LUCIT company according to the
47-
[LSOSL license](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/blob/master/LICENSE)
47+
[LSOSL license](https://github.com/oliver-zehentleitner/unicorn-binance-websocket-api/blob/master/LICENSE)
4848
agreement. This is important so that we can publish your code in our packages.
4949
- [ ] My code follows the code style of this project.
5050
- [ ] My change requires a change to the documentation.
5151
- [ ] I have updated the documentation accordingly.
5252
- [ ] I have read the
53-
**[CONTRIBUTING](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/blob/master/CONTRIBUTING.md)**
53+
**[CONTRIBUTING](https://github.com/oliver-zehentleitner/unicorn-binance-websocket-api/blob/master/CONTRIBUTING.md)**
5454
document.
5555
- [ ] I have added tests to cover my changes.
5656
- [ ] All new and existing tests passed.

.github/workflows/build_wheels.yml

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
CIBW_SKIP: "pp36-* pp37-* pp38-*"
1414
strategy:
1515
matrix:
16-
os: [ubuntu-20.04, windows-2019, macos-12]
16+
os: [ubuntu-24.04, windows-2025, macos-14]
1717
steps:
1818
- name: GitHub Checkout
1919
uses: actions/checkout@v4
@@ -25,28 +25,29 @@ jobs:
2525
run: echo "CIBW_SKIP=pp36-* pp37-* pp38-*" >> $GITHUB_ENV
2626

2727
- name: Check ENV
28-
if: matrix.os == 'ubuntu-20.04'
28+
if: matrix.os == 'ubuntu-24.04'
2929
run: echo $PATH
3030

3131
- name: Build wheels Linux
32-
if: matrix.os == 'ubuntu-20.04'
32+
if: matrix.os == 'ubuntu-24.04'
3333
uses: pypa/[email protected]
3434
env:
3535
CIBW_BEFORE_ALL: "bash dev/tools/github/install_rust.sh"
3636

3737
- name: Build wheels Mac
38-
if: matrix.os == 'macos-12'
38+
if: matrix.os == 'macos-14'
3939
uses: pypa/[email protected]
4040

4141
- name: Build wheels Windows
42-
if: matrix.os == 'windows-2019'
42+
if: matrix.os == 'windows-2025'
4343
uses: pypa/[email protected]
4444

4545
- name: Upload Artifacts
4646
uses: actions/upload-artifact@v4
4747
with:
48+
name: artifact-${{ matrix.os }}
4849
path: ./wheelhouse/*.whl
49-
overwrite: true
50+
#overwrite: true
5051

5152
build_sdist:
5253
name: Build source distribution
@@ -78,16 +79,23 @@ jobs:
7879
name: artifact
7980
path: dist
8081

82+
- name: Move all artifacts into dist_upload/
83+
run: |
84+
rm -rf dist_upload
85+
mkdir -p dist_upload
86+
find dist -name '*.whl' -exec cp {} dist_upload/ \;
87+
find dist -name '*.tar.gz' -exec cp {} dist_upload/ \;
88+
8189
- name: Create GitHub Release
8290
uses: softprops/action-gh-release@v2
8391
with:
8492
body: |
85-
Please read the [CHANGELOG](https://unicorn-binance-websocket-api.docs.lucit.tech/changelog.html) for further information.
93+
Please read the [CHANGELOG](https://oliver-zehentleitner.github.io/unicorn-binance-websocket-api/changelog.html) for further information.
8694
discussion_category_name: releases
8795
draft: false
8896
files: |
89-
dist/*.tar.gz
90-
dist/*.whl
97+
dist_upload/*.tar.gz
98+
dist_upload/*.whl
9199
generate_release_notes: true
92100
name: unicorn-binance-websocket-api
93101
prerelease: false
@@ -97,5 +105,6 @@ jobs:
97105
- name: Create PyPi Release
98106
uses: pypa/gh-action-pypi-publish@release/v1
99107
with:
108+
packages-dir: dist_upload
100109
verbose: true
101110
print-hash: true

0 commit comments

Comments
 (0)