Skip to content

Commit

Permalink
remvoe windows test; change pypi project; add more python version
Browse files Browse the repository at this point in the history
  • Loading branch information
shinny-taojiachun committed Dec 28, 2023
1 parent 9064085 commit 986aaa7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
name: Upload release to PyPI
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/<your-pypi-project-name>
name: release
url: https://pypi.org/p/shinny-filelock
permissions:
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
steps:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ on: [push, pull_request]
jobs:
test:
strategy:
fail-fast: false
matrix:
python: ['3.7', '3.8', '3.9', '3.10']
platform: [ubuntu-latest, macos-latest, windows-latest]
python: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
platform: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout
Expand Down

0 comments on commit 986aaa7

Please sign in to comment.