summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernát Gábor <bgabor8@bloomberg.net>2020-10-02 01:23:27 +0100
committerBernát Gábor <bgabor8@bloomberg.net>2020-10-02 01:23:27 +0100
commit368f830bbb5fe4ecc7c24aed9b9d1f99620c3982 (patch)
tree9e22a344329016345fce91c0fd3f25f7498ad9e6
parent71e2d7a647ec68483e58768b404096c3727e299d (diff)
downloadvirtualenv-release-20.0.32.tar.gz
-rw-r--r--.github/workflows/check.yml2
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__