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 d1de69c commit 05b8cf2Copy full SHA for 05b8cf2
.github/workflows/manylinux.yml
@@ -38,6 +38,8 @@ jobs:
38
uses: pypa/gh-action-pypi-publish@release/v1
39
build_manylinux:
40
runs-on: ubuntu-latest
41
+ permissions:
42
+ id-token: write
43
strategy:
44
matrix:
45
arch: [x86_64, aarch64]
@@ -83,13 +85,5 @@ jobs:
83
85
path: manylinux-wheels
84
86
- name: Publish to PyPI if tagged
87
if: startsWith(github.ref, 'refs/tags')
- env:
- TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
88
- TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
89
- run: |
90
- python --version
91
- pip --version
92
- python -m pip install --upgrade pip
93
- pip install twine setuptools-scm
94
- twine upload manylinux-wheels/mecab*whl
+ uses: pypa/gh-action-pypi-publish@release/v1
95
0 commit comments