Skip to content

Commit 939ed3d

Browse files
authored
Bump cucumber/action-publish-pypi to v3 (#305)
It fixes the issue with projects without `setup.py`, which is the case for this repo.
1 parent 3e2b6c5 commit 939ed3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-pypi.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
- name: Show Python version
2727
run: python --version
2828

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

0 commit comments

Comments
 (0)