Fix passed variable name?

This commit is contained in:
Ian Bell
2025-05-23 08:39:25 -04:00
parent 0708ca97de
commit 638b6a86df

View File

@@ -11,7 +11,7 @@ jobs:
set-version:
runs-on: ubuntu-latest
outputs:
version: ${{ steps.set.outputs.testpypiversion }}
testpypiversion: ${{ steps.set.outputs.testpypiversion }}
steps:
- name: Set version for testpypi
id: set