We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da703f7 commit 9ea7222Copy full SHA for 9ea7222
.github/workflows/publish.yaml
@@ -58,12 +58,14 @@ jobs:
58
# files in the draft release.
59
environment: 'publish'
60
runs-on: ubuntu-latest
61
+ permissions:
62
+ id-token: write
63
steps:
64
- uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
65
- uses: pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf
66
with:
- repository_url: https://test.pypi.org/legacy/
- packages_dir: artifact/
67
+ repository-url: https://test.pypi.org/legacy/
68
+ packages-dir: artifact/
69
70
71
0 commit comments