- commit
- 19e7f818259a1b1e4810d465fc72426fcaa29200
- parent
- 989018331a26ace033d05b07a6d49119728ec55f
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2024-06-18 18:46
ci: enable pypi trusted publishing
Diffstat
| M | .github/workflows/main.yml | 4 | ++-- |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
@@ -34,6 +34,8 @@ jobs: 34 34 needs: [lint, test] 35 35 if: startsWith(github.ref, 'refs/tags') 36 36 runs-on: ubuntu-latest -1 37 permissions: -1 38 id-token: write 37 39 steps: 38 40 - uses: actions/checkout@v4 39 41 - uses: actions/setup-python@v5 @@ -42,5 +44,3 @@ jobs: 42 44 run: python3 -m build 43 45 - name: publish 44 46 uses: pypa/gh-action-pypi-publish@release/v145 -1 with:46 -1 password: ${{ secrets.PYPI_API_TOKEN }}