summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Wren <jonathan@nowandwren.com>2020-11-28 14:09:19 -0800
committerJonathan Wren <jonathan@nowandwren.com>2020-11-28 14:40:54 -0800
commitc3a8453e947b4ff81b7d7ece248a27cbff8aae96 (patch)
treee2fec7103e210ee6af4ee68bdb1c9838a155217d
parent68e72958b8e0c1f0e8cf2ed434855cd6517b68ee (diff)
remove http-basic config for poetry (shouldn't be used anymore)
-rw-r--r--.github/workflows/release.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 5a76bcf3..c78934bf 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -70,7 +70,8 @@ jobs:
git push origin develop --tags
- name: Deploy to PyPI
+ env:
+ POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}
run: |
- poetry config http-basic.pypi "__token__" "${POETRY_PYPI_TOKEN_PYPI}"
poetry publish --build