Skip to content

Commit

Permalink
add environment:CD back into release wf (#1775)
Browse files Browse the repository at this point in the history
Co-authored-by: Anders Albert <60234212+doctrino@users.noreply.github.com>
  • Loading branch information
haakonvt and doctrino committed May 22, 2024
1 parent 3750f59 commit 150f724
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
test_full_build_and_release:
runs-on: ubuntu-latest
environment: CD
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
Expand Down Expand Up @@ -40,7 +41,7 @@ jobs:
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
run: twine upload --verbose dist/* || echo 'Version exists'
run: twine upload --skip-existing --verbose dist/*

# TODO: Make this work again
# - name: Push code snippets to service-contracts
Expand Down

0 comments on commit 150f724

Please sign in to comment.