Skip to content

Commit

Permalink
python(ci): fix pypi run
Browse files Browse the repository at this point in the history
  • Loading branch information
solidiquis committed Jun 24, 2024
1 parent 916588e commit 8717149
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python_release_dry_run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
permissions:
id-token: write
steps:
- name: Run CI
uses: ./.github/workflows/python_ci.yaml

- name: Checkout code
uses: actions/checkout@v2

- name: Run CI
uses: ./.github/workflows/python_ci.yaml

- name: Set up Python
uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit 8717149

Please sign in to comment.