From 3e860b76c0a4acfedfbea4c4d4424c4fa2402104 Mon Sep 17 00:00:00 2001 From: Casper Welzel Andersen Date: Thu, 7 Sep 2023 15:00:29 +0200 Subject: [PATCH] Update publish workflow Publish on PyPI and update secrets keys. --- .github/workflows/cd_publish.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cd_publish.yml b/.github/workflows/cd_publish.yml index 5645433..93b23f8 100644 --- a/.github/workflows/cd_publish.yml +++ b/.github/workflows/cd_publish.yml @@ -22,12 +22,11 @@ jobs: install_extras: '[dev]' package_dirs: s7 build_libs: flit - build_cmd: 'flit build' - # Make this 'true' when the secret PYPI_TOKEN has been setup. - publish_on_pypi: false + build_cmd: flit build + publish_on_pypi: true # Documentation update_docs: false secrets: PyPI_token: ${{ secrets.PYPI_TOKEN }} - PAT: ${{ secrets.PAT }} + PAT: ${{ secrets.TEAM40_PAT }}