Skip to content

Commit

Permalink
Update publish-to-pypi-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shawaj authored Jan 4, 2023
1 parent acdafd8 commit af99546
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-to-pypi-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push]

jobs:
build-n-publish:
name: Build and publish Python 🐍 distribution πŸ“¦ to TestPyPI
name: Build and publish Python 🐍 distribution πŸ“¦ to TestPyPI (Python 3)
runs-on: ubuntu-20.04

steps:
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
if: github.ref == 'refs/heads/master'

build-n-publish-2:
name: Build and publish Python 🐍 distribution πŸ“¦ to TestPyPI
name: Build and publish Python 🐍 distribution πŸ“¦ to TestPyPI (Python 2)
runs-on: ubuntu-20.04

steps:
Expand Down

0 comments on commit af99546

Please sign in to comment.