Skip to content

Commit

Permalink
Remove poetry run from version echo
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrattli committed Mar 6, 2022
1 parent 7e75da8 commit 598fb00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
RX_VERSION=$(dunamai from any --no-metadata --style pep440)
poetry version $RX_VERSION
poetry run echo "__version__ = \"$RX_VERSION\"" > reactivex/_version.py
echo "__version__ = \"$RX_VERSION\"" > reactivex/_version.py
- name: Build package
run: poetry build
Expand Down

0 comments on commit 598fb00

Please sign in to comment.