We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b411661 commit ccb3d40Copy full SHA for ccb3d40
.github/workflows/pythonpackage.yml
@@ -48,4 +48,6 @@ jobs:
48
pytest
49
- name: Upload package
50
if: ${{ github.event_name != 'pull_request'}}
51
+ with:
52
+ skip-existing: true
53
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments