Skip to content

Commit

Permalink
ci: fix version extractor
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravencentric committed Sep 22, 2024
1 parent 5a67205 commit d887f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- name: Get version
id: version
run: echo "version=$(poetry run python -c 'import pynyaa; print(pynyaa.__version__)')" >> $GITHUB_OUTPUT
run: echo "version=$(uv run python -c 'import pynyaa; print(pynyaa.__version__)')" >> $GITHUB_OUTPUT

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit d887f6b

Please sign in to comment.