Skip to content

Commit

Permalink
Update python-package-conda.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rcervinoucm authored Jun 11, 2024
1 parent 4fb4ffe commit 4e1cd98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ jobs:
- name: Get version
run: |
output=$(python versionScript.py)
echo "::set-output name=version::$output"
run: echo "{version}={$output}" >> $GITHUB_OUTPUT
#echo "::set-output name=version::$output"
id: step1
- name: Write
uses: 1arp/[email protected]
Expand Down

0 comments on commit 4e1cd98

Please sign in to comment.