summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/wheel.yml9
1 files changed, 1 insertions, 8 deletions
diff --git a/.github/workflows/wheel.yml b/.github/workflows/wheel.yml
index 5f103a3..6cf2fe9 100644
--- a/.github/workflows/wheel.yml
+++ b/.github/workflows/wheel.yml
@@ -8,7 +8,7 @@ jobs:
build_wheels:
strategy:
matrix:
- os: [ubuntu-22.04, windows-2022, macos-10.15]
+ os: ["ubuntu-latest", "windows-latest", "macos-latest"]
runs-on: ${{ matrix.os }}
name: Build wheels on ${{ matrix.os }}
@@ -48,10 +48,3 @@ jobs:
with:
name: Wheels
path: wheelhouse
-
- - name: Publish Wheels to PyPI
- if: github.event_name == 'create' && github.event.ref_type == 'tag'
- uses: pypa/gh-action-pypi-publish@release/v1
- with:
- packages_dir: wheelhouse
- password: ${{ secrets.PYPI_API_TOKEN }}