1
0
mirror of https://github.com/msberends/AMR.git synced 2024-12-26 06:46:11 +01:00

add Python package to repo

This commit is contained in:
dr. M.S. (Matthijs) Berends 2024-11-21 11:07:55 +01:00
parent 87271d261a
commit a80bb5146e

View File

@ -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/*