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

github.com/OpenNMT/OpenNMT-py.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrançois Hernandez <francois.hernandez.fh@gmail.com>2021-04-16 15:52:29 +0300
committerGitHub <noreply@github.com>2021-04-16 15:52:29 +0300
commit43e5c2af2d41eef169364470bb793ea54b22dee2 (patch)
tree9ef8b24284a410e7a366f3b6bed09b0068c6b7bb
parent7aa6645692b8550007e850f88b9c7cf3753ebf58 (diff)
Update no longer supported short sha in release action2.1.0
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index b8fe8504..cc936b7c 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -47,7 +47,7 @@ jobs:
run: |
python setup.py sdist bdist_wheel
- name: Publish release to PyPi
- uses: pypa/gh-action-pypi-publish@54b39fb
+ uses: pypa/gh-action-pypi-publish@54b39fb9371c0b3a6f9f14bb8a67394defc7a806
with:
user: __token__
password: ${{ secrets.pypi_password }}