Skip to content

Commit

Permalink
Minor job content change
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfioravanti committed Sep 10, 2023
1 parent afee1b4 commit a75e443
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: PyPI release
name: PyPI Release
on:
push:
branches:
Expand All @@ -8,7 +8,7 @@ on:
jobs:
# Adapted from: https://github.com/pypa/gh-action-pypi-publish#usage
pypi-publish:
if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags') }}
if: ${{ startsWith(github.ref, 'refs/tags') }}
name: Build, Lint, Test, Release to PyPI
runs-on: ubuntu-latest
environment:
Expand Down

0 comments on commit a75e443

Please sign in to comment.