summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInada Naoki <songofacandy@gmail.com>2023-03-09 01:22:38 +0900
committerInada Naoki <songofacandy@gmail.com>2023-03-09 01:22:38 +0900
commit0516c2c2a97ef48a2becf30bc8b2365ca16199f1 (patch)
treeb7108489616235dfd2a41876d05def7cc3f7d2c9
parent35b2d246cfdb19484caa5789512bf71ee378caec (diff)
downloadmsgpack-python-0516c2c2a97ef48a2becf30bc8b2365ca16199f1.tar.gz
Action: Update test workflow
-rw-r--r--.github/workflows/test.yml8
1 files changed, 1 insertions, 7 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 5e41167..8878102 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -9,7 +9,7 @@ jobs:
test:
strategy:
matrix:
- os: [ubuntu-22.04, windows-2022, macos-10.15]
+ os: ["ubuntu-latest", "windows-latest", "macos-latest"]
py: ["3.11", "3.10", "3.9", "3.8", "3.7"]
runs-on: ${{ matrix.os }}
@@ -41,9 +41,3 @@ jobs:
shell: bash
run: |
MSGPACK_PUREPYTHON=1 pytest -v test
-
- - name: Publish Wheels to TestPyPI
- if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
- uses: pypa/gh-action-pypi-publish@release/v1
- with:
- password: ${{ secrets.PYPI_API_TOKEN }}