summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInada Naoki <songofacandy@gmail.com>2023-03-09 00:47:52 +0900
committerInada Naoki <songofacandy@gmail.com>2023-03-09 00:47:52 +0900
commit35b2d246cfdb19484caa5789512bf71ee378caec (patch)
tree15134eda5cebea6141bc81a64584ce96c4e6dfb0
parent4c55f809fe2231130cf99b20538b26b92f1bea31 (diff)
downloadmsgpack-python-35b2d246cfdb19484caa5789512bf71ee378caec.tar.gz
Action: Update wheel workflowv1.0.5
-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 }}