Skip to content
This repository was archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Try to fix CI poetry publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Dio Gado authored and UpGado committed Aug 11, 2020
1 parent a453cbd commit cbf2b48
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,21 @@ jobs:
id: get_version
run: echo ::set-env name=RELEASE_VERSION::$(echo ${GITHUB_REF:10})

- name: Release Authenticator Binaries
uses: goreleaser/goreleaser-action@v1
with:
version: latest
workdir: authenticator
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# - name: Release Authenticator Binaries
# uses: goreleaser/goreleaser-action@v1
# with:
# version: latest
# workdir: authenticator
# args: release --rm-dist
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Publish Python SDK
uses: abatilo/[email protected]
with:
python_version: 3.7.8
poetry_version: 1.0
working_directory: ./sdk/python/
args: publish --build
args: publish --build -u $POETRY_HTTP_BASIC_PYPI_USERNAME -p $POETRY_HTTP_BASIC_PYPI_PASSWORD
env:
POETRY_HTTP_BASIC_PYPI_USERNAME: ${{ secrets.PYPI_USERNAME }}
POETRY_HTTP_BASIC_PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
Expand Down

0 comments on commit cbf2b48

Please sign in to comment.