Skip to content

Commit 3574dd8

Browse files
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](pypa/gh-action-pypi-publish@v1.4.1...27b3170) Signed-off-by: dependabot[bot] <[email protected]> * 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 <[email protected]>
1 parent a6022cf commit 3574dd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ install:
1616
- ps: |
1717
if ($env:PLATFORM -eq "x64") { $env:PYTHON = "$env:PYTHON-x64" }
1818
$env:PATH = "C:\Python$env:PYTHON\;C:\Python$env:PYTHON\Scripts\;$env:PATH"
19-
python -m pip install --disable-pip-version-check --upgrade --no-warn-script-location pip build
19+
python -m pip install --disable-pip-version-check --upgrade --no-warn-script-location pip build virtualenv
2020
build_script:
2121
- ps: |
2222
python -m build -s

0 commit comments

Comments
 (0)