Skip to content

Commit

Permalink
Fix automatic publishing on TestPyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
treiher committed Dec 27, 2023
1 parent c023ff8 commit d2dedcb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publishing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ jobs:
cargo install --locked trunk@${{ env.TRUNK_VERSION }}
- name: Build distribution
run: |
make dist
# Build distribution without local version identifier
POETRY_DYNAMIC_VERSIONING_BYPASS=$(poetry version -s | sed 's/+.*//') make dist
- name: Store distribution packages
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit d2dedcb

Please sign in to comment.