Skip to content

Commit

Permalink
remove the tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
edsu committed Sep 27, 2021
1 parent 3c84c1b commit 80c81ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
if: github.event_name == "push" && startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

- name: Slack Notification
uses: rtCamp/action-slack-notify@v2
Expand Down

0 comments on commit 80c81ab

Please sign in to comment.