mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-10-19 20:03:16 +00:00
Action: Update test workflow
This commit is contained in:
parent
35b2d246cf
commit
0516c2c2a9
1 changed files with 1 additions and 7 deletions
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue