Skip to content

Commit

Permalink
debug release CI 01
Browse files Browse the repository at this point in the history
(now the commit tree willbe ugly)

Signed-off-by: Matthias Gatto <[email protected]>
  • Loading branch information
outscale-mgo committed Sep 17, 2024
1 parent d2122ed commit 7403ce0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
PROVIDER: outscale
PULUMI_GO_DEP_ROOT: ${{ github.workspace }}/..
#token have been remove, need to recreate it
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
PYPI_USERNAME: "__token__"

Expand All @@ -34,7 +35,8 @@ jobs:
- name: build
run: |
make build_python
cp ./sdk/python/bin/dist/pulumi_outscale-*.tar.gz python-sdk.tar.gz
cp -v ./sdk/python/bin/dist/pulumi_outscale-*.tar.gz python-sdk.tar.gz
ls
- name: Upload artifacts
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 7403ce0

Please sign in to comment.