We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5562b2 commit 9fd8546Copy full SHA for 9fd8546
.github/workflows/publish.yml
@@ -38,8 +38,6 @@ jobs:
38
run: hatch run test:pytest
39
- name: Publish package to PyPI
40
uses: pypa/gh-action-pypi-publish@release/v1
41
- with:
42
- skip-existing: true
43
- name: Verify PyPI Release
44
run: |
45
# Verify PyPI release
0 commit comments