Skip to content

Commit

Permalink
use logging library in regular PYPI (#157)
Browse files Browse the repository at this point in the history
(rather than test PYPI)

Signed-off-by: Doron Chen <[email protected]>
  • Loading branch information
cdoron authored Apr 12, 2022
1 parent 48887ad commit fa1060e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 24 deletions.
7 changes: 1 addition & 6 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[[source]]
name = "testpypi"
url = "https://test.pypi.org/simple"
verify_ssl = true

[scripts]
server = "python main.py"
addlicense = "licenseheaders -y 2020 -o \"IBM Corp\" -d . --ext .py -t ./LICENSE_HEADER"
Expand All @@ -25,7 +20,7 @@ fsspec = "==0.8.4"
aiohttp = "==3.7.4"
pyyaml = "==5.4.1"
faker = "==13.3.0"
fybrik_python_logging = {version="0.1.0", index="testpypi"}
fybrik_python_logging = "==0.1.0"

[requires]
python_version = "3.8"
39 changes: 21 additions & 18 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fa1060e

Please sign in to comment.