Skip to content

Commit

Permalink
Create cloudbuild.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
megan-kuo authored Jul 29, 2021
1 parent 9abdf93 commit f68ea6e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
steps:
- name: python
entrypoint: pip
args: ["install", "-r", "requirements.txt", "--user"]
- name: python
entrypoint: python
args: ["-m", "build"]
- name: python
entrypoint: python
args:
- '-m'
- 'twine'
- 'upload'
- '--repository-url'
- 'https://us-west1-python.pkg.dev/megan-testing-cicd/python-gcb-gcf/'
- 'dist/*'

0 comments on commit f68ea6e

Please sign in to comment.