1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-12 22:21:52 +02:00
This commit is contained in:
2024-10-17 15:28:13 +02:00
parent b1399259e7
commit 11b1dc2b02
2 changed files with 51 additions and 9 deletions

View File

@ -59,9 +59,9 @@ jobs:
bash _generate_python_wrapper.sh
- name: Publish to PyPI
env:
# TWINE_USERNAME: "__token__"
# TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
# env:
# TWINE_USERNAME: "__token__"
# TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
run: |
cd data-raw/python_wrapper/AMR
python -m twine upload dist/*