Skip to content

Commit

Permalink
allowing push to PyPI from the CI Pipeline Dev
Browse files Browse the repository at this point in the history
  • Loading branch information
DinisCruz committed Oct 8, 2024
1 parent ffd488a commit 955d27a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-pipeline__dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- start-prefect-server__and-run-tests

publish-to-pypi:
if: False
#if: False
name: "Publish to: PYPI"
permissions:
id-token: write
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci-pipeline__main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
uses: ./.github/actions/run-prefect-tests

increment-tag:
#if: False
name: Increment Tag - MAIN
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 955d27a

Please sign in to comment.