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 8e3932c commit b92d616Copy full SHA for b92d616
.github/workflows/publish.yml
@@ -32,8 +32,6 @@ jobs:
32
pip install hatch
33
- name: Build package
34
run: hatch build
35
- - name: Test package
36
- run: hatch run test
37
- name: Publish package distributions to PyPI
38
uses: pypa/gh-action-pypi-publish@release/v1
39
if: github.event_name == 'push' && startsWith(github.ref, 'refs/heads/2')
0 commit comments