1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-11 09:41:57 +02:00

(v2.1.1.9106) bump version nr for Python testing

This commit is contained in:
2024-11-21 11:22:37 +01:00
parent a80bb5146e
commit 31a0da0d3a
4 changed files with 34536 additions and 5 deletions

View File

@ -65,5 +65,12 @@ jobs:
run: |
cd PythonPackage/AMR
python -m twine upload dist/*
# for test server:
# python -m twine upload --repository-url https://test.pypi.org/legacy/ dist/*
- name: Publish to PyPI Testserver
continue-on-error: true
env:
TWINE_USERNAME: "__token__"
TWINE_PASSWORD: ${{ secrets.PYPI_API_TEST_TOKEN }}
run: |
cd PythonPackage/AMR
python -m twine upload --repository-url https://test.pypi.org/legacy/ dist/*