Skip to content

Commit 5f0a328

Browse files
authored
Merge pull request #52 from m-misiura/fix-pypi-publish-workflow
Atempting to fix the failing pypi deployment
2 parents a6c4092 + 0e69061 commit 5f0a328

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/publish-2-pypi.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030
ls -la dist/
3131
test -f dist/*.tar.gz && echo "Source distribution created"
3232
test -f dist/*.whl && echo "Wheel distribution created"
33-
34-
- uses: pypa/gh-action-pypi-publish@v1.10.3 # Pinned version
35-
with:
36-
publish-oidc: true
33+
34+
- name: Publish package
35+
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)