Skip to content

Commit 0244cbe

Browse files
committed
use github actions to release on pypi
1 parent 1e77eba commit 0244cbe

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/publish-to-test-pypi.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Publish tagged releases to PyPI and TestPyPI
22

3-
on:
4-
release:
5-
types:
6-
- created
3+
on: push
74

85
jobs:
96
build-n-publish:

0 commit comments

Comments
 (0)