Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: P. L. Lim <[email protected]>
  • Loading branch information
saimn and pllim committed Dec 16, 2020
1 parent fbbcc01 commit 71df907
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish Python 🐍 distributions πŸ“¦ to PyPI and TestPyPI
name: Release

on:
push:
Expand All @@ -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-latest

steps:
Expand Down Expand Up @@ -38,6 +38,6 @@ jobs:
testenv/bin/pytest pytest-doctestplus/tests --doctest-plus --doctest-rst
- name: Publish distribution πŸ“¦ to PyPI
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@v1
with:
password: ${{ secrets.pypi_password }}

0 comments on commit 71df907

Please sign in to comment.