1
0
mirror of https://github.com/msberends/AMR.git synced 2024-12-25 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_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
run: |
cd data-raw/python_wrapper/AMR
cd PythonPackage/AMR
python -m twine upload dist/*
# for test server:
# python -m twine upload --repository-url https://test.pypi.org/legacy/ dist/*