summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-10-19 19:58:42 +0200
committerFlorian Bruhin <me@the-compiler.org>2023-10-19 19:58:42 +0200
commit4f549669bc975a880063f93b4700cf2c9c0c3545 (patch)
tree1371d99583b472467444f7e7d738c6f86b9f7d8f
parent47c786484b501f0683632fcf92fc240c7267616d (diff)
downloadqutebrowser-4f549669bc975a880063f93b4700cf2c9c0c3545.tar.gz
qutebrowser-4f549669bc975a880063f93b4700cf2c9c0c3545.zip
Revert "Use different PyPI token tempoarily"
This reverts commit 597873286c78c1a998367c565125d0c0cb45b905.
-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 a378e53d9..786f9742c 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.THE_COMPILER_PYPI_TOKEN }}
+ TWINE_PASSWORD: ${{ secrets.QUTEBROWSER_BOT_PYPI_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
finalize:
runs-on: ubuntu-20.04