Skip to content

Commit

Permalink
Don't push the version of ni-measurement-generator to main for now (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
dixonjoel authored Aug 30, 2022
1 parent 99ae8ac commit ae508c1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/Publish_NIMG.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,6 @@ jobs:
git add .
git commit -m "Promote NIMG package version to match the release tag" -a
working-directory: ./ni_measurement_generator

- name: Push changes to the Main branch
if: ${{ startsWith(github.event.release.target_commitish, 'main') }}
uses: CasperWA/push-protected@v2.10.0
with:
token: ${{ secrets.ADMIN_PAT }}
branch: ${{ github.event.release.target_commitish }}
unprotect_reviews: true

# To Test the Publish use : poetry publish --build --username __token__ --password ${{ secrets.TEST_PYPI_TOKEN }} -r test-pypi
- name: Build Python package and publish to PyPI
Expand Down

0 comments on commit ae508c1

Please sign in to comment.