We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6748a09 commit 70602a1Copy full SHA for 70602a1
.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@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2
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