Skip to content

Commit

Permalink
Update main workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
richardkoehler committed Feb 15, 2024
1 parent b2e4eca commit 7fa5b93
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:
PYTHONPATH: ./

jobs:
checks:
tests:
name: Python ${{ matrix.python }} - ${{ matrix.task.name }}
timeout-minutes: 15
strategy:
Expand All @@ -38,11 +38,11 @@ jobs:
run: python -m build

include:
# - os: [windows-latest, ubuntu-latest, macos-latest]
# task:
# name: Build
# run: |
# python -m build
# - os: [windows-latest, ubuntu-latest, macos-latest]
# task:
# name: Build
# run: |
# python -m build

- python: "3.12"
task:
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
name: Release
if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
runs-on: ubuntu-latest
needs: [checks]
needs: [tests]
environment:
name: pypi
url: https://pypi.org/p/<package-name> # Replace <package-name> with your PyPI project name
Expand Down

0 comments on commit 7fa5b93

Please sign in to comment.