From 83521f9993f1105ed2486dfc375448f57a359934 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krsto=20Prorokovi=C4=87?= Date: Tue, 16 Apr 2024 11:39:00 +0200 Subject: [PATCH] add secret token to release.yml --- .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 a365691..a81b291 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,4 +20,4 @@ jobs: # poetry config virtualenvs.path .virtualenvs - name: Publish to PyPI - run: poetry publish --build --username "__token__" --password ? \ No newline at end of file + run: poetry publish --build --username "__token__" --password ${{ secrets.PIPY_TOKEN }} \ No newline at end of file