Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpops committed Apr 26, 2023
1 parent 9b87e03 commit 510f47b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run Tests and upload to pypi
name: Run Tests and try upload to pypi if push

on:
pull_request:
Expand Down Expand Up @@ -40,3 +40,5 @@ jobs:
run: python -m build --sdist --wheel --outdir dist/
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
skip-existing: true

0 comments on commit 510f47b

Please sign in to comment.