Skip to content

Commit bf99b52

Browse files
committed
change pypi token
1 parent 922638e commit bf99b52

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deutschland_generator.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
commit-to-git: true
3030
upload-to-pypi: true
3131
upload-to-testpypi: false
32-
pypi-token: ${{ secrets.PYPI_API_TOKEN }}
33-
testpypi-token: ${{ secrets.TEST_PYPI_API_TOKEN }}
32+
pypi-token: ${{ secrets.PYPI_PRODUCTION }}
33+
testpypi-token: ${{ secrets.PYPI_TEST }}
3434
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)