Skip to content

Commit

Permalink
prepare release v0.7.1 (fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
lkstrp committed Jan 31, 2025
1 parent e05f549 commit 11a4599
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
echo "prepared=$prepared" >> $GITHUB_OUTPUT
test:
name: Run test workflow
needs: [check-preparation]
# Run test workflow before building and releasing
if: ${{ needs.check-preparation.outputs.prepared == 'false' }}
Expand Down Expand Up @@ -139,6 +140,6 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: Packages
name: Packages-release
path: dist
- uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 11a4599

Please sign in to comment.