From 13fac9d3512be3064cb2d3fe838181068b25e4f2 Mon Sep 17 00:00:00 2001 From: "Alex J. Champandard" <445208+alexjc@users.noreply.github.com> Date: Wed, 26 Jul 2023 22:08:46 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20Additionally=20publish=20t?= =?UTF-8?q?o=20PyPI=20now=20it=20works!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish-release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 391aca3..1a05ef6 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -44,3 +44,8 @@ jobs: with: upload_url: ${{ github.event.release.upload_url }} asset_path: dist/weboptout-* + - name: Publish Package + env: + POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }} + run: | + poetry publish -n