Skip to content

Commit

Permalink
Merge pull request #616 from ReactiveX/fix-publish-version
Browse files Browse the repository at this point in the history
Try fixing publish version
  • Loading branch information
dbrattli committed Mar 5, 2022
2 parents 8fcdf72 + d00af82 commit 35409d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Expand Up @@ -23,8 +23,8 @@ jobs:
- name: Install dependencies
run: |
pip install poetry
poetry version $(dunamai from any --no-metadata --style pep440)
poetry install
poetry version $(dunamai from any --no-metadata --style pep440)
- name: Build package
run: poetry build
Expand Down

0 comments on commit 35409d2

Please sign in to comment.