Skip to content

Commit

Permalink
release flow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Rybakov committed Aug 15, 2023
1 parent ab086bb commit b962b90
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/on_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@ jobs:
needs: tox_tests
uses: openweathermap/deker-actions/.github/workflows/docs_build.yml@master

publish_docs:
needs: build_docs
uses: openweathermap/deker-actions/.github/workflows/docs_publish.yml@master

build_sdist:
needs: [tox_tests, build_docs]
name: Build source distribution
uses: openweathermap/deker-actions/.github/workflows/build.yml@master

publish_docs:
needs: [build_docs, build_sdist]
uses: openweathermap/deker-actions/.github/workflows/docs_publish.yml@master

upload_pypi:
name: Publish source distribution
needs: build_sdist
needs: [build_docs, build_sdist]
runs-on: ubuntu-latest
permissions:
id-token: write
Expand Down

0 comments on commit b962b90

Please sign in to comment.