Skip to content

Commit f1b383f

Browse files
author
github-actions
committed
test [TRANSFER]
1 parent e660770 commit f1b383f

File tree

293 files changed

+12
-89863
lines changed

Some content is hidden

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

293 files changed

+12
-89863
lines changed

.github/workflows/build-single-exchange.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: build
1+
name: build-single-exchange
22
on:
33
push:
44
branches:
@@ -37,7 +37,7 @@ jobs:
3737
git add README.md
3838
git add .
3939
git commit -m "pushback" || echo "No changes to commit"
40-
git push
40+
git push origin HEAD:main
4141
4242
- name: Set up Python
4343
if: contains(github.event.head_commit.message, '[PUBLISH]')
@@ -51,7 +51,7 @@ jobs:
5151
python -m pip install --upgrade pip
5252
pip install build twine
5353
54-
- name: PyPi packager
54+
- name: PyPi package
5555
if: contains(github.event.head_commit.message, '[PUBLISH]')
5656
env:
5757
PYPI_API_SECRET_SP: ${{ secrets.PYPI_API_SECRET_SP }}

README.md

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

binance/__init__.py

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

binance/ccxt/__init__.py

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

0 commit comments

Comments
 (0)