Skip to content

Commit 676cef6

Browse files
committed
formatting
1 parent 7743b1f commit 676cef6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
push:
66
tags:
7-
- "v[0-9]+.[0-9]+.[0-9]+"
7+
- 'v[0-9]+.[0-9]+.[0-9]+'
88

99
jobs:
1010
test:
@@ -37,7 +37,6 @@ jobs:
3737
with:
3838
name: package
3939
path: dist/
40-
4140
- name: publish package (pypi)
4241
if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') }}
4342
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)