Skip to content

Commit 63e0902

Browse files
authored
Remove docker build (#325)
* Remove AWS build and publish workflow * Make PyPI deployment depend on unit tests
1 parent badb2da commit 63e0902

File tree

3 files changed

+6
-35
lines changed

3 files changed

+6
-35
lines changed

.github/workflows/deploy_to_pypi.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
name: Deploy to PyPI
22

33
on:
4-
push:
4+
workflow_run:
5+
workflows: ["Unit Tests"]
6+
types:
7+
- completed
58
tags:
69
- "[0-9]+.[0-9]+.[0-9]+"
710

.github/workflows/image_to_aws.yml

-34
This file was deleted.

.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches:
66
- main
77
- develop
8+
tags:
9+
- "[0-9]+.[0-9]+.[0-9]+"
810
pull_request:
911
branches:
1012
- main

0 commit comments

Comments
 (0)