Skip to content

Commit

Permalink
Enable publishing package to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorgelmh committed Sep 27, 2024
1 parent 6b22791 commit e4c63e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ on:
jobs:
build_package:
uses: ./.github/workflows/_build_package.yml
# publish_package:
# needs:
# - build_package
# uses: ./.github/workflows/_publish_package.yml
publish_package:
needs:
- build_package
uses: ./.github/workflows/_publish_package.yml
# publish_package_test:
# needs:
# - build_package
Expand Down

0 comments on commit e4c63e8

Please sign in to comment.