Skip to content

Commit

Permalink
pep 440 still gonna be mad
Browse files Browse the repository at this point in the history
  • Loading branch information
bdpedigo committed Dec 18, 2023
1 parent 1da9937 commit 262be67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: abatilo/actions-poetry@v2
- name: Build wheels and source tarball
run: |
poetry version "$(poetry version).dev${{ steps.vars.outputs.sha_short }}"
poetry version "$(poetry version -s).dev${{ steps.vars.outputs.sha_short }}"
poetry build
- name: Store the distribution packages
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 262be67

Please sign in to comment.