Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/OpenNMT/CTranslate2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Klein <guillaume.klein@systrangroup.com>2022-03-03 12:21:16 +0300
committerGuillaume Klein <guillaume.klein@systrangroup.com>2022-03-03 12:21:16 +0300
commitbea36126ec1480564dff73618d51fc03dd6e8607 (patch)
treec5c045f44267e9e905668e6b156838cc233a6542 /.github
parente72131b5b6db097c616e3e9802a3681aa795c75a (diff)
Use PyPI API token for authentification
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 5f0a04f0..7fa822fb 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -296,8 +296,8 @@ jobs:
- name: Publish Python wheels to PyPI
uses: pypa/gh-action-pypi-publish@master
with:
- user: ${{ secrets.PYPI_USERNAME }}
- password: ${{ secrets.PYPI_PASSWORD }}
+ user: __token__
+ password: ${{ secrets.PYPI_API_TOKEN }}
packages_dir: .