Skip to content

Commit

Permalink
Rename linux action
Browse files Browse the repository at this point in the history
  • Loading branch information
andfoy committed Apr 27, 2021
1 parent 0460037 commit 215371e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linux_sdist.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Windows release
name: Linux sdist

on:
release:
types:
- created

jobs:
windows:
name: Windows Py${{ matrix.PYTHON_VERSION }}
linux:
name: Linux Py${{ matrix.PYTHON_VERSION }}
runs-on: ubuntu-latest
env:
PYTHON_VERSION: ${{ matrix.PYTHON_VERSION }}
Expand Down

0 comments on commit 215371e

Please sign in to comment.