Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KonstantinChri authored Sep 4, 2024
1 parent 884d586 commit 6e896df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
shell: bash -l {0}
strategy:
matrix:
os: ["ubuntu", "windows", "macos"]
os: ["ubuntu", "windows"]
python-version: [ '3.8', '3.9', '3.10', '3.11' ]
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -66,4 +66,4 @@ jobs:
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
pip install --upgrade twine
twine upload --skip-existing *
twine upload --skip-existing *

0 comments on commit 6e896df

Please sign in to comment.