We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7743b1f commit 676cef6Copy full SHA for 676cef6
1 file changed
.github/workflows/deploy.yml
@@ -4,7 +4,7 @@ on:
4
workflow_dispatch:
5
push:
6
tags:
7
- - "v[0-9]+.[0-9]+.[0-9]+"
+ - 'v[0-9]+.[0-9]+.[0-9]+'
8
9
jobs:
10
test:
@@ -37,7 +37,6 @@ jobs:
37
with:
38
name: package
39
path: dist/
40
-
41
- name: publish package (pypi)
42
if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') }}
43
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments