Skip to content

Commit

Permalink
test on publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
williammadie committed Jun 19, 2024
1 parent 79d7877 commit e741e8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
echo "This is a prerelease. Failing the job."
exit 1
fi
- uses: actions/checkout@v4
- name: Checkout Repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit e741e8c

Please sign in to comment.