diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a283fbc..6adef91 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,4 +1,4 @@ -name: Publish Python distributions to PyPI and TestPyPI +name: Publish Python distributions to PyPI on: push: @@ -7,7 +7,7 @@ on: jobs: build-n-publish: - name: Build and publish Python distributions to PyPI and TestPyPI + name: Build and publish Python distributions to PyPI runs-on: ubuntu-18.04 steps: - uses: actions/checkout@master diff --git a/.github/workflows/publish_test.yml b/.github/workflows/publish_test.yml index c203618..5cb070a 100644 --- a/.github/workflows/publish_test.yml +++ b/.github/workflows/publish_test.yml @@ -1,4 +1,4 @@ -name: Publish Python distributions to PyPI and TestPyPI +name: Publish Python distributions to Test PyPI on: push: @@ -7,7 +7,7 @@ on: jobs: build-n-publish: - name: Build and publish Python distributions to PyPI and TestPyPI + name: Build and publish Python distributions to Test PyPI runs-on: ubuntu-18.04 steps: - uses: actions/checkout@master