Skip to content

Commit d1118fe

Browse files
authored
MRG: Merge pull request #38 from octue/fix-trusted-publishing
Use fixed version of PyPI publishing action
2 parents 4b313f8 + 55cf951 commit d1118fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: poetry build
2828

2929
- name: Publish package distributions to PyPI
30-
uses: pypa/gh-action-pypi-publish@v1.8.10
30+
uses: pypa/gh-action-pypi-publish@v1.12.4
3131
with:
3232
verbose: true
3333

0 commit comments

Comments
 (0)