From 3fd4de900ad398b88a86d2cc83ffc7cb887cafd6 Mon Sep 17 00:00:00 2001 From: LorenzLamm <34575029+LorenzLamm@users.noreply.github.com> Date: Wed, 17 Jan 2024 12:02:46 +0100 Subject: [PATCH] Add twine config to release section (#48) Co-authored-by: Lorenz Lamm --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7078ab4..c13bf4f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,6 +101,8 @@ jobs: - name: 🚢 Publish to PyPI uses: pypa/gh-action-pypi-publish@release/v1 + with: + password: ${{ secrets.TWINE_API_KEY }} - uses: softprops/action-gh-release@v1 with: