From 3574dd85b1fac40d100f0faf9261d78bf1c46242 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Apr 2021 20:46:46 -0400 Subject: [PATCH] chore: bump pypa/gh-action-pypi-publish from v1.4.1 to v1.4.2 (#69) * chore: bump pypa/gh-action-pypi-publish from v1.4.1 to v1.4.2 Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from v1.4.1 to v1.4.2. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.4.1...27b31702a0e7fc50959f5ad993c78deac1bdfc29) Signed-off-by: dependabot[bot] * ci: fix old version of virtualenv breaking things Fixed in master in pypa/build Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Henry Schreiner --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 5cbe4b8..060b78f 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -16,7 +16,7 @@ install: - ps: | if ($env:PLATFORM -eq "x64") { $env:PYTHON = "$env:PYTHON-x64" } $env:PATH = "C:\Python$env:PYTHON\;C:\Python$env:PYTHON\Scripts\;$env:PATH" - python -m pip install --disable-pip-version-check --upgrade --no-warn-script-location pip build + python -m pip install --disable-pip-version-check --upgrade --no-warn-script-location pip build virtualenv build_script: - ps: | python -m build -s