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

-35
This file was deleted.

.github/workflows/workflow.yml

+4-5
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)