Skip to content

Commit

Permalink
more cleanup; workflow status badges
Browse files Browse the repository at this point in the history
  • Loading branch information
menckend committed Oct 6, 2024
1 parent 3ed636f commit 1493019
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish-commits-to-pypi-test.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
ame: Publish to test.pypi

on: push
if: ${{ ! startsWith(github.ref, 'refs/tags/') }} # only publish to test.pypi.org on tagged commits
jobs:
build:
if: ${{ ! startsWith(github.ref, 'refs/tags/') }} # only publish to test.pypi.org on tagged commits
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy Static Pages
name: Publish Docs

on:
push:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish-release-to-pypi.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
ame: Publish Release package to Pypi.org
on: push

jobs:
Expand Down

0 comments on commit 1493019

Please sign in to comment.