Skip to content

Commit

Permalink
fix workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
DeaconDesperado committed Jun 17, 2024
1 parent e650d52 commit 7bc6555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Set commit time to release time
run: echo "SOURCE_DATE_EPOCH=$(git log -1 --pretty=%ct)" >> $GITHUB_ENV
- name: Build dist
- run: python -m build .
run: python -m build .
- name: Build docs
uses: ammaraskar/[email protected]
with:
Expand Down

0 comments on commit 7bc6555

Please sign in to comment.