We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a6c4092 + 0e69061 commit 5f0a328Copy full SHA for 5f0a328
.github/workflows/publish-2-pypi.yaml
@@ -30,7 +30,6 @@ jobs:
30
ls -la dist/
31
test -f dist/*.tar.gz && echo "Source distribution created"
32
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
+
+ - name: Publish package
+ uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments