Skip to content

Commit a0f53da

Browse files
author
github-actions
committed
-
[TRANSFER][PUBLISH]
1 parent fe9f9f8 commit a0f53da

File tree

2 files changed

+1
-61
lines changed

2 files changed

+1
-61
lines changed

README.md

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

build/pypi-packager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class pypi {
2929
mkdir (this.tempPyDir + '/tests/'); // just empty folder
3030
// copy python folder to temp dir
3131
const pypiPackageName = this.exchangeConfigs[exchange].__PYTHON_PACKAGE_NAME__;
32-
const pypiPackageNameSanitized = sanitizePackageName (pypiPackageName);
32+
const pypiPackageNameSanitized = this.exchange; //sanitizePackageName (pypiPackageName);
3333
const pkgDir = this.tempPyDir + '/src/' + pypiPackageNameSanitized;
3434
mkdir (pkgDir);
3535
cp (this.rootDir + `/${this.exchange}`, pkgDir);

0 commit comments

Comments
 (0)