Skip to content

Commit 0516c2c

Browse files
committed
Action: Update test workflow
1 parent 35b2d24 commit 0516c2c

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

Diff for: .github/workflows/test.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
test:
1010
strategy:
1111
matrix:
12-
os: [ubuntu-22.04, windows-2022, macos-10.15]
12+
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
1313
py: ["3.11", "3.10", "3.9", "3.8", "3.7"]
1414

1515
runs-on: ${{ matrix.os }}
@@ -41,9 +41,3 @@ jobs:
4141
shell: bash
4242
run: |
4343
MSGPACK_PUREPYTHON=1 pytest -v test
44-
45-
- name: Publish Wheels to TestPyPI
46-
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
47-
uses: pypa/gh-action-pypi-publish@release/v1
48-
with:
49-
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)