Skip to content

Commit

Permalink
pipeline python-package.yml python-package-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
darodi committed Jan 19, 2023
1 parent 754395f commit b44af66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package-test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions

name: Publish Python distributions to PyPI and TestPyPI
name: Publish Python distributions to TestPyPI

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions

name: Publish Python distributions to PyPI and TestPyPI
name: Publish Python distributions to PyPI

on:
push:
Expand Down

0 comments on commit b44af66

Please sign in to comment.