diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-01-14 22:28:27 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-01-14 22:28:27 +0000 |
| commit | 760928c666a62ede8af83ccd34fc5ba8d7faadbf (patch) | |
| tree | aebdc220f07568b3faec62e8030891c766fb0708 | |
| parent | code formatting (diff) | |
| download | SyncRNG-760928c666a62ede8af83ccd34fc5ba8d7faadbf.tar.gz SyncRNG-760928c666a62ede8af83ccd34fc5ba8d7faadbf.zip | |
set pypi token (test pypi)
| -rw-r--r-- | .github/workflows/python-deploy.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/python-deploy.yml b/.github/workflows/python-deploy.yml index 9539965..5c97835 100644 --- a/.github/workflows/python-deploy.yml +++ b/.github/workflows/python-deploy.yml @@ -70,5 +70,5 @@ jobs: - uses: pypa/gh-action-pypi-publish@master with: user: __token__ - password: ${{ secrets.pypi_password }} + password: ${{ secrets.TEST_PYPI_API_TOKEN }} repository_url: https://test.pypi.org/legacy/ ## temporary |
