Skip to content

Commit

Permalink
⚗️ try to fix jq query
Browse files Browse the repository at this point in the history
Signed-off-by: burgholzer <burgholzer@me.com>
  • Loading branch information
burgholzer committed Apr 22, 2024
1 parent df51a60 commit e76a422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-python-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
skip-wheel: "true"
- name: 🐍 create identifiers for supported Python versions
id: python-versions
run: echo "python-versions='$(echo '${{ steps.baipp.outputs.supported_python_classifiers_json_array }}' | jq --raw-output 'map("cp" + . | gsub("\\."; ""))')'" >> $GITHUB_ENV
run: echo "python-versions=$(echo '${{ steps.baipp.outputs.supported_python_classifiers_json_array }}' | jq -c --raw-output 'map("cp" + . | gsub("\\."; ""))')" >> $GITHUB_ENV
outputs:
python-versions: ${{ steps.python-versions.outputs.python-versions }}

Expand Down

0 comments on commit e76a422

Please sign in to comment.