1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-11 12:22:01 +02:00

(v2.1.1.9100) PyPI update

This commit is contained in:
2024-10-17 15:22:19 +02:00
parent cfd31f0f0c
commit b1399259e7
5 changed files with 67 additions and 25 deletions

View File

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