File tree Expand file tree Collapse file tree 1 file changed +11
-17
lines changed
Expand file tree Collapse file tree 1 file changed +11
-17
lines changed Original file line number Diff line number Diff line change 99name : Publish Python Package and Docker Image
1010
1111on :
12- push :
13- branches :
14- - release/*
15- - bugfix/*
16- - hotfix/*
17- - develop
1812 release :
1913 types : [published]
2014
@@ -57,17 +51,17 @@ jobs:
5751 # user: __token__
5852 # password: ${{ secrets.PYPI_API_TOKEN }}
5953
60- docker_image :
61- needs : [upload_pypi]
62- runs-on : ubuntu-latest
63- steps :
64- - name : Checkout Workspace
65- uses : actions/checkout@v2
66-
67- - uses : actions/download-artifact@v2
68- with :
69- name : netfoundry-pypi-${{ github.run_id }}
70- path : dist/
54+ # docker_image:
55+ # needs: [upload_pypi]
56+ # runs-on: ubuntu-latest
57+ # steps:
58+ # - name: Checkout Workspace
59+ # uses: actions/checkout@v2
60+
61+ # - uses: actions/download-artifact@v2
62+ # with:
63+ # name: netfoundry-pypi-${{ github.run_id }}
64+ # path: dist/
7165
7266 - name : Set up QEMU
7367 uses : docker/setup-qemu-action@master
You can’t perform that action at this time.
0 commit comments