From 942df365d17b2191ca6a04bc10fc65865efd1e4c Mon Sep 17 00:00:00 2001 From: wchatx Date: Sat, 4 Dec 2021 20:19:41 -0600 Subject: [PATCH] ghactions --- .github/workflows/publish.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e62273d..4fc5c47 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -21,3 +21,6 @@ jobs: run: poetry install - name: Publish run: poetry publish --build --username $PYPI_USERNAME --password $PYPI_PASSWORD + env: + PYPI_USERNAME: ${{ secrets.PYPI_USERNAME }} + PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}