Skip to content

Commit

Permalink
Update .github/workflows/publish-python.yml
Browse files Browse the repository at this point in the history
Co-authored-by: MtnBurrit0 <[email protected]>
  • Loading branch information
michalchecinski and mimartin12 authored Jan 30, 2024
1 parent eb2f93c commit 0f65e0c
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/publish-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,24 +50,12 @@ jobs:
run: pip install twine

- name: Download artifacts
if: ${{ github.event.inputs.release_type != 'Dry Run' }}
uses: dawidd6/action-download-artifact@e7466d1a7587ed14867642c2ca74b5bcc1e19a2d # v3.0.0
with:
workflow: build-python-wheels.yml
path: ${{ github.workspace }}/target/wheels/dist
workflow_conclusion: success
branch: ${{ github.ref_name }}
name: bitwarden_sdk(.*)
name_is_regexp: true

- name: Dry Run - Download artifacts
if: ${{ github.event.inputs.release_type == 'Dry Run' }}
uses: dawidd6/action-download-artifact@e7466d1a7587ed14867642c2ca74b5bcc1e19a2d # v3.0.0
with:
workflow: build-python-wheels.yml
path: ${{ github.workspace }}/target/wheels/dist
workflow_conclusion: success
branch: main
branch: ${{ github.event,inputs.release_type == 'Dry Run' && main || github.ref_name }}
name: bitwarden_sdk(.*)
name_is_regexp: true

Expand Down

0 comments on commit 0f65e0c

Please sign in to comment.