summaryrefslogtreecommitdiff
path: root/.github/workflows/test.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/test.yml')
-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 }}