mirror of
https://github.com/msberends/AMR.git
synced 2024-12-26 04:46:11 +01:00
add Python package to repo
This commit is contained in:
parent
87271d261a
commit
a80bb5146e
2
.github/workflows/publish-to-pypi.yml
vendored
2
.github/workflows/publish-to-pypi.yml
vendored
@ -63,7 +63,7 @@ jobs:
|
|||||||
TWINE_USERNAME: "__token__"
|
TWINE_USERNAME: "__token__"
|
||||||
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
|
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
cd data-raw/python_wrapper/AMR
|
cd PythonPackage/AMR
|
||||||
python -m twine upload dist/*
|
python -m twine upload dist/*
|
||||||
# for test server:
|
# for test server:
|
||||||
# python -m twine upload --repository-url https://test.pypi.org/legacy/ dist/*
|
# python -m twine upload --repository-url https://test.pypi.org/legacy/ dist/*
|
||||||
|
Loading…
Reference in New Issue
Block a user