Skip to content
This repository was archived by the owner on Jun 27, 2025. It is now read-only.

Commit 01bfbef

Browse files
committed
updated ci configuration
1 parent 444660f commit 01bfbef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
fail-fast: false
2929
matrix:
30-
os: [macOS, Ubuntu, Windows]
30+
os: [macos-12, ubuntu-20.04, windows-2022]
3131
minor: [7, 8]
3232
runs-on: ${{ matrix.os }}-latest
3333
steps:
@@ -53,7 +53,7 @@ jobs:
5353
strategy:
5454
fail-fast: false
5555
matrix:
56-
os: [macOS, Ubuntu, Windows]
56+
os: [macos-12, ubuntu-20.04, windows-2022]
5757
minor: [9, 10, 11]
5858
runs-on: ${{ matrix.os }}-latest
5959
steps:
@@ -84,7 +84,7 @@ jobs:
8484
with:
8585
name: dist
8686
path: dist
87-
- uses: pypa/gh-action-pypi-publish@master
87+
- uses: pypa/gh-action-pypi-publish@release/v1
8888
with:
8989
password: ${{ secrets.PYPI_TOKEN }}
9090
skip_existing: true

0 commit comments

Comments
 (0)