Skip to content

Commit

Permalink
name release workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
daler committed Apr 20, 2024
1 parent 954431c commit ccd8df5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
on: workflow_dispatch
name: Publish to PyPI
jobs:
publish-pypi:
name: Upload release to PyPI
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/testpypi-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
on: workflow_dispatch
name: Publish to Test PyPI
jobs:
publish-testpypi:
name: Upload release to Test PyPI
Expand Down

0 comments on commit ccd8df5

Please sign in to comment.