From f97dfab8dcad5a333e786633cb610c6394f548b0 Mon Sep 17 00:00:00 2001 From: sethjuarez Date: Tue, 23 Jul 2024 11:49:51 -0700 Subject: [PATCH] added workflow corrections --- .github/workflows/prompty-python.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/prompty-python.yml b/.github/workflows/prompty-python.yml index f3eab8754..472cfbd36 100644 --- a/.github/workflows/prompty-python.yml +++ b/.github/workflows/prompty-python.yml @@ -24,9 +24,9 @@ jobs: # IMPORTANT: this permission is mandatory for trusted publishing id-token: write steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - - uses: pdm-project/setup-pdm@v3 + - uses: pdm-project/setup-pdm@v4 - name: install dependencies working-directory: ./runtime/prompty @@ -38,7 +38,11 @@ jobs: - name: build package working-directory: ./runtime/prompty - run: pdm build + run: pdm build -vv + + - name: package version + working-directory: ./runtime/prompty + run: cat prompty/_version.py - name: Publish package distributions to PyPI working-directory: ./runtime/prompty