Browse Source

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] <support@github.com>

* 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 <HenrySchreinerIII@gmail.com>
master
dependabot[bot] 4 years ago committed by GitHub
parent
commit
3574dd85b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .appveyor.yml

2
.appveyor.yml

@ -16,7 +16,7 @@ install:
- ps: | - ps: |
if ($env:PLATFORM -eq "x64") { $env:PYTHON = "$env:PYTHON-x64" } if ($env:PLATFORM -eq "x64") { $env:PYTHON = "$env:PYTHON-x64" }
$env:PATH = "C:\Python$env:PYTHON\;C:\Python$env:PYTHON\Scripts\;$env:PATH" $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: build_script:
- ps: | - ps: |
python -m build -s python -m build -s

Loading…
Cancel
Save