From b0345138a4ee27ca05a5e4c4d18220c5601c385d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20Fr=C3=B6hlich?= Date: Mon, 12 Sep 2022 23:47:25 +0200 Subject: [PATCH] fix: pipeline --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1e40438..08712a6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,4 +21,4 @@ jobs: - name: "Add dynamic versioning plugin" run: poetry self add "poetry-dynamic-versioning[plugin]" - name: Publish - run: poetry --build --password=${{ secrets.PYPI_TOKEN }} --username=__token__ + run: poetry publish --build --password=${{ secrets.PYPI_TOKEN }} --username=__token__