From 05ec5b7da62216467209ee1b99c748eec5478643 Mon Sep 17 00:00:00 2001 From: Chris Beaven Date: Mon, 3 Jun 2024 16:55:22 +1200 Subject: [PATCH] Uncomment publish step now we've tested --- .github/workflows/publish.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c845810..8380115 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -8,6 +8,7 @@ jobs: pypi-publish: name: upload release to PyPI runs-on: ubuntu-latest + environment: release permissions: id-token: write steps: @@ -21,5 +22,5 @@ jobs: python -m pip install -e .[deploy] - name: Ensure we're on a release version run: python -m includecontents.next_version - # - name: Upload - # run: pdm publish + - name: Upload + run: pdm publish