Skip to content

Commit

Permalink
Bump cucumber/action-publish-pypi to v3
Browse files Browse the repository at this point in the history
It fixes the issue with projects without `setup.py`, which is the case for this repo.
  • Loading branch information
youtux committed Oct 25, 2024
1 parent 3e2b6c5 commit 8761f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
- name: Show Python version
run: python --version

- uses: cucumber/action-publish-pypi@v2.0.0
- uses: cucumber/action-publish-pypi@v3.0.0
with:
working-directory: "python"

0 comments on commit 8761f63

Please sign in to comment.