summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-08-18 16:13:58 +0200
committerFlorian Bruhin <me@the-compiler.org>2023-08-18 16:14:27 +0200
commit597873286c78c1a998367c565125d0c0cb45b905 (patch)
treeb5c4022c5c5cacb942ecc7ec1e121978ca48d351
parentf3692d8f280b63db550db1daf1455a1f64ed56dc (diff)
downloadqutebrowser-597873286c78c1a998367c565125d0c0cb45b905.tar.gz
qutebrowser-597873286c78c1a998367c565125d0c0cb45b905.zip
Use different PyPI token tempoarily
See https://github.com/pypi/support/issues/3111
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 65dec84e8..0faabb25a 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -168,7 +168,7 @@ jobs:
run: "tox -e build-release -- --upload --no-confirm"
env:
TWINE_USERNAME: __token__
- TWINE_PASSWORD: ${{ secrets.QUTEBROWSER_BOT_PYPI_TOKEN }}
+ TWINE_PASSWORD: ${{ secrets.THE_COMPILER_PYPI_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
finalize:
runs-on: ubuntu-20.04