Skip to content

Commit

Permalink
Update pypi_publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mh739025250 committed Aug 23, 2021
1 parent e9d2751 commit ef7a339
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Upload Python Package

on:
release:
types: [published]
types: [created]

jobs:
deploy:
Expand All @@ -28,4 +28,4 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit ef7a339

Please sign in to comment.