Skip to content

Commit

Permalink
github action if delete
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-k1 committed Feb 8, 2024
1 parent 89d6243 commit 577f740
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
--sdist
--outdir dist/
- name: Publish distribution 📦 to PyPI
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 577f740

Please sign in to comment.