Skip to content

Commit 62b9e10

Browse files
committed
Remove test release
1 parent 4c5199b commit 62b9e10

File tree

2 files changed

+4
-40
lines changed

2 files changed

+4
-40
lines changed

.github/workflows/test_release.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

.github/workflows/workflow.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
name: publish
22

3-
on:
4-
workflow_run:
5-
workflows: ['Publish TestPyPI']
6-
types:
7-
- completed
3+
on:
4+
push:
5+
tags:
6+
- 'v*.*.*'
87

98
jobs:
109
pypi-publish:

0 commit comments

Comments
 (0)