Skip to content

Commit

Permalink
Fix pypi release
Browse files Browse the repository at this point in the history
  • Loading branch information
carlisom committed Sep 24, 2024
1 parent a3d1705 commit 004be7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ on:
jobs:
test:
uses: ./.github/workflows/run_tests.yml
setup:
uses: ./.github/workflows/build_python.yml
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/workflows/build_python
- name: Build and publish
env:
TWINE_USERNAME: __token__
Expand Down

0 comments on commit 004be7d

Please sign in to comment.