diff options
author | Bernát Gábor <bgabor8@bloomberg.net> | 2020-10-02 01:23:27 +0100 |
---|---|---|
committer | Bernát Gábor <bgabor8@bloomberg.net> | 2020-10-02 01:23:27 +0100 |
commit | 368f830bbb5fe4ecc7c24aed9b9d1f99620c3982 (patch) | |
tree | 9e22a344329016345fce91c0fd3f25f7498ad9e6 | |
parent | 71e2d7a647ec68483e58768b404096c3727e299d (diff) | |
download | virtualenv-release-20.0.32.tar.gz |
fix release20.0.32release-20.0.32
-rw-r--r-- | .github/workflows/check.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 7818ed5..fb1c605 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -137,7 +137,7 @@ jobs: - name: Build sdist and wheel run: python -m build -s -w . -o dist - name: Publish to PyPi - uses: pypa/gh-action-pypi-publish@main + uses: pypa/gh-action-pypi-publish@master with: skip_existing: true user: __token__ |