We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6534590 commit bed0377Copy full SHA for bed0377
1 file changed
.github/workflows/publish.yaml
@@ -64,10 +64,6 @@ jobs:
64
id-token: write
65
steps:
66
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
67
- - uses: pypa/gh-action-pypi-publish@f7600683efdcb7656dec5b29656edb7bc586e597 # v1.10.3
68
- with:
69
- repository-url: https://test.pypi.org/legacy/
70
- packages-dir: artifact/
71
+ - uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2
72
with:
73
packages-dir: artifact/
0 commit comments