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 25a326b commit d1de69cCopy full SHA for d1de69c
.github/workflows/manylinux.yml
@@ -5,6 +5,8 @@ on: [push]
5
jobs:
6
build_sdist:
7
runs-on: ubuntu-latest
8
+ permissions:
9
+ id-token: write
10
steps:
11
- uses: actions/checkout@v3
12
- name: Set up Python
@@ -33,11 +35,7 @@ jobs:
33
35
python setup.py sdist
34
36
- name: upload to pypi if tagged
37
if: startsWith(github.ref, 'refs/tags')
- env:
- TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
38
- TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
39
- run: |
40
- twine upload dist/mecab*.tar.gz
+ uses: pypa/gh-action-pypi-publish@release/v1
41
build_manylinux:
42
43
strategy:
0 commit comments